#CC1178

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

Shades of Medium Violet Red #CC1178

Tints of Medium Violet Red #CC1178

Color information

#CC1178 (or 0xCC1178) is unknown color: approx Medium Violet Red. HEX triplet: CC, 11 and 78. RGB value is (204,17,120). Sum of RGB (Red+Green+Blue) = 204+17+120=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1178 is #33EE87. Grayscale: #545454. Windows color (decimal): -3403400 or 7868876. OLE color: 7868876.

HSL color Cylindrical-coordinate representation of color #CC1178: hue angle of 326.95º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1178 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB20417120-
CMYK00.920.410.2
HSL326.95º84.62%43.33%-
HSV(B)326.95º91.67%80%-
XYZ28.4914.5919.08-
YUV84.66147.95213.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.82%
GREEN value IS 17 (7.03% from 255) = 4.99%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=59.82%
G=4.99%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041712000.920.410.2326.9584.6243.33
HexCC117805C2914147552b
Octal314211700134512450712553
Binary1100110010001111100001011100101001101001010001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1178; }

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

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

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

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

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

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

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

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