#cc2178

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

Shades of Medium Violet Red #CC2178

Tints of Medium Violet Red #CC2178

Color information

#CC2178 (or 0xCC2178) is unknown color: approx Medium Violet Red. HEX triplet: CC, 21 and 78. RGB value is (204,33,120). Sum of RGB (Red+Green+Blue) = 204+33+120=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2178 is #33DE87. Grayscale: #5D5D5D. Windows color (decimal): -3399304 or 7872972. OLE color: 7872972.

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

Color convert

RGB20433120-
CMYK00.840.410.2
HSL329.47º72.15%46.47%-
HSV(B)329.47º83.82%80%-
XYZ28.8415.2819.2-
YUV94.05142.65206.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 9.24%
BLUE value IS 120 (47.27% from 255) = 33.61%
R=57.14%
G=9.24%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043312000.840.410.2329.4772.1546.47
HexCC21780542914149482e
Octal314411700124512451111056
Binary11001100100001111100001010100101001101001010010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc2178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc2178; }

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

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

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

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

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

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

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

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