Html Css Color HEX #CD059C Medium Violet Red

📋 copy color: '#CD059C'

red 205 ◦ green 5 ◦ blue 156

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

Shades of Medium Violet Red #CD059C

Tints of Medium Violet Red #CD059C

RGB

 RED value IS 205 (80.47% from 255) = 56.01%

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

 BLUE value IS 156 (61.33% from 255) = 42.62%

R = 56.01%
G = 1.37%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CD059C (or 0xCD059C) is known color: Medium Violet Red. HEX triplet: CD, 05 and 9C. RGB value is (205,5,156). Sum of RGB (Red+Green+Blue) = 205+5+156=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD059C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD059C is #32FA63. Grayscale: #515151. Windows color (decimal): -3340900 or 10225101. OLE color: 10225101.

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

Color convert

RGB 205 5 156 -
CMYK 0 0.98 0.24 0.20
HSL 314.7º 0.95% 0.41% -
HSV(B) 314.7º 0.98% 0.8% -
XYZ 31.23 15.49 32.8 -
YUV 82.01 169.76 215.72 -
System Red Green Blue C M Y K H S L
Decimal 205 5 156 0 0.98 0.24 0.20 314.7 0.95 0.41
Hex CD 5 9C 0 62 18 14 13B 5F 29
Octal 315 5 234 0 142 30 24 473 137 51
Binary 11001101 101 10011100 0 1100010 11000 10100 100111011 1011111 101001

Color Harmonies of #CD059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD059C

Black with #CD059C

Text Example


Text Example

White with #CD059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD059C; }

 p { color: rgb(205,5,156); }

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

background-color css

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

 a { background-color: rgb(205,5,156); }

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

border-color css

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

 span { border-color: rgb(205,5,156); }

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