#CC0288

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

Shades of Medium Violet Red #CC0288

Tints of Medium Violet Red #CC0288

Color information

#CC0288 (or 0xCC0288) is unknown color: approx Medium Violet Red. HEX triplet: CC, 02 and 88. RGB value is (204,2,136). Sum of RGB (Red+Green+Blue) = 204+2+136=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 2 (1.17% from 255 or 0.58% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0288 is #33FD77. Grayscale: #4D4D4D. Windows color (decimal): -3407224 or 8913612. OLE color: 8913612.

HSL color Cylindrical-coordinate representation of color #CC0288: hue angle of 320.2º 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 #CC0288 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB2042136-
CMYK00.990.330.2
HSL320.2º98.06%40.39%-
HSV(B)320.2º99.02%80%-
XYZ29.3714.6624.57-
YUV77.67160.92218.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.65%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=59.65%
G=0.58%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204213600.990.330.2320.298.0640.39
HexCC28806321141406228
Octal31422100143412450014250
Binary11001100101000100001100011100001101001010000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0288; }

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

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

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

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

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

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

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

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