#CC037C

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

Shades of Medium Violet Red #CC037C

Tints of Medium Violet Red #CC037C

Color information

#CC037C (or 0xCC037C) is unknown color: approx Medium Violet Red. HEX triplet: CC, 03 and 7C. RGB value is (204,3,124). Sum of RGB (Red+Green+Blue) = 204+3+124=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC037C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC037C is #33FC83. Grayscale: #4C4C4C. Windows color (decimal): -3406980 or 8127436. OLE color: 8127436.

HSL color Cylindrical-coordinate representation of color #CC037C: hue angle of 323.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC037C is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB2043124-
CMYK00.990.390.2
HSL323.88º97.1%40.59%-
HSV(B)323.88º98.53%80%-
XYZ28.5714.3620.33-
YUV76.89154.59218.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 124 (48.83% from 255) = 37.46%
R=61.63%
G=0.91%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204312400.990.390.2323.8897.140.59
HexCC37C06327141446129
Octal31431740143472450414151
Binary1100110011111110001100011100111101001010001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC037C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC037C; }

 p { color: rgb(204,3,124); }

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

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

 a { background-color: rgb(204,3,124); }

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

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

 span { border-color: rgb(204,3,124); }

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