#CC0296

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

Shades of Medium Violet Red #CC0296

Tints of Medium Violet Red #CC0296

Color information

#CC0296 (or 0xCC0296) is unknown color: approx Medium Violet Red. HEX triplet: CC, 02 and 96. RGB value is (204,2,150). Sum of RGB (Red+Green+Blue) = 204+2+150=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0296 is #33FD69. Grayscale: #4E4E4E. Windows color (decimal): -3407210 or 9831116. OLE color: 9831116.

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

Color convert

RGB2042150-
CMYK00.990.260.2
HSL316.04º98.06%40.39%-
HSV(B)316.04º99.02%80%-
XYZ30.4315.0830.16-
YUV79.27167.92216.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.30%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=57.30%
G=0.56%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204215000.990.260.2316.0498.0640.39
HexCC2960631A1413c6228
Octal31422260143322447414250
Binary1100110010100101100110001111010101001001111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0296; }

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

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

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

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

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

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

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

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