#CC0578

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

Shades of Medium Violet Red #CC0578

Tints of Medium Violet Red #CC0578

Color information

#CC0578 (or 0xCC0578) is unknown color: approx Medium Violet Red. HEX triplet: CC, 05 and 78. RGB value is (204,5,120). Sum of RGB (Red+Green+Blue) = 204+5+120=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 120 (47.27% from 255 or 36.47% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0578 is #33FA87. Grayscale: #4D4D4D. Windows color (decimal): -3406472 or 7865804. OLE color: 7865804.

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

Color convert

RGB2045120-
CMYK00.980.410.2
HSL325.33º95.22%40.98%-
HSV(B)325.33º97.55%80%-
XYZ28.3514.319.04-
YUV77.61151.93218.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 120 (47.27% from 255) = 36.47%
R=62.01%
G=1.52%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204512000.980.410.2325.3395.2240.98
HexCC57806229141455f29
Octal31451700142512450513751
Binary11001100101111100001100010101001101001010001011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0578; }

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

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

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

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

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

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

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

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