#C33185

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

Shades of Medium Red Violet #C33185

Tints of Medium Red Violet #C33185

Color information

#C33185 (or 0xC33185) is unknown color: approx Medium Red Violet. HEX triplet: C3, 31 and 85. RGB value is (195,49,133). Sum of RGB (Red+Green+Blue) = 195+49+133=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C33185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C33185 is #3CCE7A. Grayscale: #666666. Windows color (decimal): -3985019 or 8729027. OLE color: 8729027.

HSL color Cylindrical-coordinate representation of color #C33185: hue angle of 325.48º 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 #C33185 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19549133-
CMYK00.750.320.24
HSL325.48º59.84%47.84%-
HSV(B)325.48º74.87%76.47%-
XYZ27.8415.4923.71-
YUV102.23145.37194.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.72%
GREEN value IS 49 (19.53% from 255) = 13.00%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=51.72%
G=13.00%
B=35.28%

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
Decimal1954913300.750.320.24325.4859.8447.84
HexC3318504B20181453c30
Octal30361205011340305057460
Binary11000011110001100001010100101110000011000101000101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33185; }

 p { color: rgb(195,49,133); }

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

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

 a { background-color: rgb(195,49,133); }

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

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

 span { border-color: rgb(195,49,133); }

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