#CC2199

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

Shades of Medium Violet Red #CC2199

Tints of Medium Violet Red #CC2199

Color information

#CC2199 (or 0xCC2199) is unknown color: approx Medium Violet Red. HEX triplet: CC, 21 and 99. RGB value is (204,33,153). Sum of RGB (Red+Green+Blue) = 204+33+153=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 33 (13.28% from 255 or 8.46% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2199 is #33DE66. Grayscale: #616161. Windows color (decimal): -3399271 or 10035660. OLE color: 10035660.

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

Color convert

RGB20433153-
CMYK00.840.250.2
HSL317.89º72.15%46.47%-
HSV(B)317.89º83.82%80%-
XYZ31.216.2231.62-
YUV97.81159.15203.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.31%
GREEN value IS 33 (13.28% from 255) = 8.46%
BLUE value IS 153 (60.16% from 255) = 39.23%
R=52.31%
G=8.46%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043315300.840.250.2317.8972.1546.47
HexCC2199054191413e482e
Octal314412310124312447611056
Binary11001100100001100110010101010011001101001001111101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2199; }

 p { color: rgb(204,33,153); }

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

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

 a { background-color: rgb(204,33,153); }

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

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

 span { border-color: rgb(204,33,153); }

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