#CC026E

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

Shades of Medium Violet Red #CC026E

Tints of Medium Violet Red #CC026E

Color information

#CC026E (or 0xCC026E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 02 and 6E. RGB value is (204,2,110). Sum of RGB (Red+Green+Blue) = 204+2+110=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC026E is #33FD91. Grayscale: #4A4A4A. Windows color (decimal): -3407250 or 7209676. OLE color: 7209676.

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

Color convert

RGB2042110-
CMYK00.990.460.2
HSL327.92º98.06%40.39%-
HSV(B)327.92º99.02%80%-
XYZ27.7414.0115.99-
YUV74.71147.92220.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.56%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=64.56%
G=0.63%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204211000.990.460.2327.9298.0640.39
HexCC26E0632E141486228
Octal31421560143562451014250
Binary1100110010110111001100011101110101001010010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC026E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC026E; }

 p { color: rgb(204,2,110); }

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

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

 a { background-color: rgb(204,2,110); }

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

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

 span { border-color: rgb(204,2,110); }

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