Html Css Color HEX #CD059E Medium Violet Red

📋 copy color: '#CD059E'

red 205 ◦ green 5 ◦ blue 158

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

Shades of Medium Violet Red #CD059E

Tints of Medium Violet Red #CD059E

RGB

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

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

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

R = 55.71%
G = 1.36%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CD059E (or 0xCD059E) is known color: Medium Violet Red. HEX triplet: CD, 05 and 9E. RGB value is (205,5,158). Sum of RGB (Red+Green+Blue) = 205+5+158=368 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.71% from 368); Green value is 5 (2.34% from 255 or 1.36% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 205 - color contains mainly: red. Hex color #CD059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CD059E is #32FA61. Grayscale: #515151. Windows color (decimal): -3340898 or 10356173. OLE color: 10356173.

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

Color convert

RGB 205 5 158 -
CMYK 0 0.98 0.23 0.20
HSL 314.1º 0.95% 0.41% -
HSV(B) 314.1º 0.98% 0.8% -
XYZ 31.4 15.56 33.7 -
YUV 82.24 170.76 215.56 -
System Red Green Blue C M Y K H S L
Decimal 205 5 158 0 0.98 0.23 0.20 314.1 0.95 0.41
Hex CD 5 9E 0 62 17 14 13A 5F 29
Octal 315 5 236 0 142 27 24 472 137 51
Binary 11001101 101 10011110 0 1100010 10111 10100 100111010 1011111 101001

Color Harmonies of #CD059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD059E

Black with #CD059E

Text Example


Text Example

White with #CD059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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