#C33C86

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

Shades of Medium Red Violet #C33C86

Tints of Medium Red Violet #C33C86

Color information

#C33C86 (or 0xC33C86) is unknown color: approx Medium Red Violet. HEX triplet: C3, 3C and 86. RGB value is (195,60,134). Sum of RGB (Red+Green+Blue) = 195+60+134=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C33C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33C86 is #3CC379. Grayscale: #6C6C6C. Windows color (decimal): -3982202 or 8797379. OLE color: 8797379.

HSL color Cylindrical-coordinate representation of color #C33C86: hue angle of 327.11º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C33C86 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19560134-
CMYK00.690.310.24
HSL327.11º52.94%50%-
HSV(B)327.11º69.23%76.47%-
XYZ28.4216.5624.25-
YUV108.8142.23189.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 60 (23.83% from 255) = 15.42%
BLUE value IS 134 (52.73% from 255) = 34.45%
R=50.13%
G=15.42%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956013400.690.310.24327.1152.9450
HexC33C860451F181473532
Octal30374206010537305076562
Binary1100001111110010000110010001011111111000101000111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33C86; }

 p { color: rgb(195,60,134); }

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

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

 a { background-color: rgb(195,60,134); }

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

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

 span { border-color: rgb(195,60,134); }

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