#C33084

Color #C33084 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #C33084

Tints of Medium Red Violet #C33084

Color information

#C33084 (or 0xC33084) is unknown color: approx Medium Red Violet. HEX triplet: C3, 30 and 84. RGB value is (195,48,132). Sum of RGB (Red+Green+Blue) = 195+48+132=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C33084 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33084 is #3CCF7B. Grayscale: #656565. Windows color (decimal): -3985276 or 8663235. OLE color: 8663235.

HSL color Cylindrical-coordinate representation of color #C33084: hue angle of 325.71º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33084 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19548132-
CMYK00.750.320.24
HSL325.71º60.49%47.65%-
HSV(B)325.71º75.38%76.47%-
XYZ27.7315.3823.34-
YUV101.53145.2194.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 48 (19.14% from 255) = 12.8%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=52%
G=12.8%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954813200.750.320.24325.7160.4947.65
HexC3308404B20181463c30
Octal30360204011340305067460
Binary11000011110000100001000100101110000011000101000110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33084; }

 p { color: rgb(195,48,132); }

 H1.HeaderClassName
 {
   color: #C33084;
 }
 .AnyTagClassName
 {
   color: #C33084;
 }
</style>
background-color css

<style>
 a { background-color: #C33084; }

 a { background-color: rgb(195,48,132); }

 div.DivClassName
 {
   background-color: #C33084;
 }
 .BgClassName
 {
   background-color: #C33084;
 }
</style>
border-color css

<style>
 span { border-color: #C33084; }

 span { border-color: rgb(195,48,132); }

 td.TdClassName
 {
   border-color: #C33084;
 }
 .TagClassName
 {
   border-color: #C33084;
 }
</style>