Html Css Color HEX #CC059E Medium Violet Red

📋 copy color: '#CC059E'

red 204 ◦ green 5 ◦ blue 158

#CC059E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #CC059E

Tints of Medium Violet Red #CC059E

RGB

 RED value IS 204 (80.08% from 255) = 55.59%

 GREEN value IS 5 (2.34% from 255) = 1.36%

 BLUE value IS 158 (62.11% from 255) = 43.05%

R = 55.59%
G = 1.36%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC059E (or 0xCC059E) is known color: Medium Violet Red. HEX triplet: CC, 05 and 9E. RGB value is (204,5,158). Sum of RGB (Red+Green+Blue) = 204+5+158=367 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.59% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 204 - color contains mainly: red. Hex color #CC059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC059E is #33FA61. Grayscale: #515151. Windows color (decimal): -3406434 or 10356172. OLE color: 10356172.

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

Color convert

RGB 204 5 158 -
CMYK 0 0.98 0.23 0.2
HSL 313.87º 0.95% 0.41% -
HSV(B) 313.87º 0.98% 0.8% -
XYZ 31.13 15.41 33.68 -
YUV 81.94 170.93 215.06 -
System Red Green Blue C M Y K H S L
Decimal 204 5 158 0 0.98 0.23 0.2 313.87 0.95 0.41
Hex CC 5 9E 0 62 17 14 13A 5F 29
Octal 314 5 236 0 142 27 24 472 137 51
Binary 11001100 101 10011110 0 1100010 10111 10100 100111010 1011111 101001

Color Harmonies of #CC059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC059E

Black with #CC059E

Text Example


Text Example

White with #CC059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC059E; }

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

 H1.HeaderClassName
 {
   color: #CC059E;
 }
 .AnyTagClassName
 {
   color: #CC059E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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