#CC2197

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

Shades of Medium Violet Red #CC2197

Tints of Medium Violet Red #CC2197

Color information

#CC2197 (or 0xCC2197) is unknown color: approx Medium Violet Red. HEX triplet: CC, 21 and 97. RGB value is (204,33,151). Sum of RGB (Red+Green+Blue) = 204+33+151=388 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.58% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2197 is #33DE68. Grayscale: #616161. Windows color (decimal): -3399273 or 9904588. OLE color: 9904588.

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

Color convert

RGB20433151-
CMYK00.840.260.2
HSL318.6º72.15%46.47%-
HSV(B)318.6º83.82%80%-
XYZ31.0316.1630.76-
YUV97.58158.15203.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.58%
GREEN value IS 33 (13.28% from 255) = 8.51%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=52.58%
G=8.51%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043315100.840.260.2318.672.1546.47
HexCC21970541A1413f482e
Octal314412270124322447711056
Binary11001100100001100101110101010011010101001001111111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2197; }

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

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

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

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

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

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

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

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