#C00488

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

Shades of Medium Violet Red #C00488

Tints of Medium Violet Red #C00488

Color information

#C00488 (or 0xC00488) is unknown color: approx Medium Violet Red. HEX triplet: C0, 04 and 88. RGB value is (192,4,136). Sum of RGB (Red+Green+Blue) = 192+4+136=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C00488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00488 is #3FFB77. Grayscale: #4A4A4A. Windows color (decimal): -4193144 or 8914112. OLE color: 8914112.

HSL color Cylindrical-coordinate representation of color #C00488: hue angle of 317.87º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00488 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB1924136-
CMYK00.980.290.25
HSL317.87º95.92%38.43%-
HSV(B)317.87º97.92%75.29%-
XYZ26.2313.0724.43-
YUV75.26162.28211.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.83%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=57.83%
G=1.20%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192413600.980.290.25317.8795.9238.43
HexC04880621D1913e6026
Octal30042100142353147614046
Binary11000000100100010000110001011101110011001111101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00488; }

 p { color: rgb(192,4,136); }

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

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

 a { background-color: rgb(192,4,136); }

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

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

 span { border-color: rgb(192,4,136); }

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