#CC1076

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

Shades of Medium Violet Red #CC1076

Tints of Medium Violet Red #CC1076

Color information

#CC1076 (or 0xCC1076) is unknown color: approx Medium Violet Red. HEX triplet: CC, 10 and 76. RGB value is (204,16,118). Sum of RGB (Red+Green+Blue) = 204+16+118=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1076 is #33EF89. Grayscale: #535353. Windows color (decimal): -3403658 or 7737548. OLE color: 7737548.

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

Color convert

RGB20416118-
CMYK00.920.420.2
HSL327.45º85.45%43.14%-
HSV(B)327.45º92.16%80%-
XYZ28.3614.5218.45-
YUV83.84147.28213.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.36%
GREEN value IS 16 (6.64% from 255) = 4.73%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=60.36%
G=4.73%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041611800.920.420.2327.4585.4543.14
HexCC107605C2A14147552b
Octal314201660134522450712553
Binary1100110010000111011001011100101010101001010001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1076; }

 p { color: rgb(204,16,118); }

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

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

 a { background-color: rgb(204,16,118); }

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

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

 span { border-color: rgb(204,16,118); }

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