#CC2180

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

Shades of Medium Violet Red #CC2180

Tints of Medium Violet Red #CC2180

Color information

#CC2180 (or 0xCC2180) is unknown color: approx Medium Violet Red. HEX triplet: CC, 21 and 80. RGB value is (204,33,128). Sum of RGB (Red+Green+Blue) = 204+33+128=365 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.89% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2180 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2180 is #33DE7F. Grayscale: #5E5E5E. Windows color (decimal): -3399296 or 8397260. OLE color: 8397260.

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

Color convert

RGB20433128-
CMYK00.840.370.2
HSL326.67º72.15%46.47%-
HSV(B)326.67º83.82%80%-
XYZ29.3415.4821.86-
YUV94.96146.65205.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.89%
GREEN value IS 33 (13.28% from 255) = 9.04%
BLUE value IS 128 (50.39% from 255) = 35.07%
R=55.89%
G=9.04%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043312800.840.370.2326.6772.1546.47
HexCC21800542514147482e
Octal314412000124452450711056
Binary110011001000011000000001010100100101101001010001111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2180; }

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

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

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

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

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

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

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

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