#CC0879

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

Shades of Medium Violet Red #CC0879

Tints of Medium Violet Red #CC0879

Color information

#CC0879 (or 0xCC0879) is unknown color: approx Medium Violet Red. HEX triplet: CC, 08 and 79. RGB value is (204,8,121). Sum of RGB (Red+Green+Blue) = 204+8+121=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0879 is #33F786. Grayscale: #4F4F4F. Windows color (decimal): -3405703 or 7932108. OLE color: 7932108.

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

Color convert

RGB2048121-
CMYK00.960.410.2
HSL325.41º92.45%41.57%-
HSV(B)325.41º96.08%80%-
XYZ28.4414.3919.37-
YUV79.49151.43216.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.26%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 121 (47.66% from 255) = 36.34%
R=61.26%
G=2.40%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204812100.960.410.2325.4192.4541.57
HexCC87906029141455c2a
Octal314101710140512450513452
Binary110011001000111100101100000101001101001010001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0879; }

 p { color: rgb(204,8,121); }

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

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

 a { background-color: rgb(204,8,121); }

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

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

 span { border-color: rgb(204,8,121); }

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