Html Css Color HEX #CC059B Medium Violet Red

📋 copy color: '#CC059B'

red 204 ◦ green 5 ◦ blue 155

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

Shades of Medium Violet Red #CC059B

Tints of Medium Violet Red #CC059B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.58%

R = 56.04%
G = 1.37%
B = 42.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC059B (or 0xCC059B) is known color: Medium Violet Red. HEX triplet: CC, 05 and 9B. RGB value is (204,5,155). Sum of RGB (Red+Green+Blue) = 204+5+155=364 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.04% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 204 - color contains mainly: red. Hex color #CC059B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC059B is #33FA64. Grayscale: #515151. Windows color (decimal): -3406437 or 10159564. OLE color: 10159564.

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

Color convert

RGB 204 5 155 -
CMYK 0 0.98 0.24 0.2
HSL 314.77º 0.95% 0.41% -
HSV(B) 314.77º 0.98% 0.8% -
XYZ 30.87 15.31 32.34 -
YUV 81.6 169.43 215.3 -
System Red Green Blue C M Y K H S L
Decimal 204 5 155 0 0.98 0.24 0.2 314.77 0.95 0.41
Hex CC 5 9B 0 62 18 14 13B 5F 29
Octal 314 5 233 0 142 30 24 473 137 51
Binary 11001100 101 10011011 0 1100010 11000 10100 100111011 1011111 101001

Color Harmonies of #CC059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC059B

Black with #CC059B

Text Example


Text Example

White with #CC059B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC059B; }

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

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

background-color css

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

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

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

border-color css

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

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

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