#CC0084

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

Shades of Medium Violet Red #CC0084

Tints of Medium Violet Red #CC0084

Color information

#CC0084 (or 0xCC0084) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 84. RGB value is (204,0,132). Sum of RGB (Red+Green+Blue) = 204+0+132=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0084 is #33FF7B. Grayscale: #4B4B4B. Windows color (decimal): -3407740 or 8650956. OLE color: 8650956.

HSL color Cylindrical-coordinate representation of color #CC0084: hue angle of 321.18º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0084 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB2040132-
CMYK010.350.2
HSL321.18º100%40%-
HSV(B)321.18º100%80%-
XYZ29.0714.523.1-
YUV76.04159.59219.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=60.71%
G=0%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040132010.350.2321.1810040
HexCC08406423141416428
Octal31402040144432450114450
Binary1100110001000010001100100100011101001010000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0084; }

 p { color: rgb(204,0,132); }

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

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

 a { background-color: rgb(204,0,132); }

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

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

 span { border-color: rgb(204,0,132); }

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