#cc058d

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

Shades of Medium Violet Red #CC058D

Tints of Medium Violet Red #CC058D

Color information

#CC058D (or 0xCC058D) is unknown color: approx Medium Violet Red. HEX triplet: CC, 05 and 8D. RGB value is (204,5,141). Sum of RGB (Red+Green+Blue) = 204+5+141=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC058D is #33FA72. Grayscale: #4F4F4F. Windows color (decimal): -3406451 or 9242060. OLE color: 9242060.

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

Color convert

RGB2045141-
CMYK00.980.310.2
HSL318.99º95.22%40.98%-
HSV(B)318.99º97.55%80%-
XYZ29.7614.8726.5-
YUV80162.43216.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.29%
GREEN value IS 5 (2.34% from 255) = 1.43%
BLUE value IS 141 (55.47% from 255) = 40.29%
R=58.29%
G=1.43%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204514100.980.310.2318.9995.2240.98
HexCC58D0621F1413f5f29
Octal31452150142372447713751
Binary11001100101100011010110001011111101001001111111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc058d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc058d; }

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

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

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

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

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

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

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

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