Html Css Color HEX #CD20A8 Medium Violet Red

📋 copy color: '#CD20A8'

red 205 ◦ green 32 ◦ blue 168

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

Shades of Medium Violet Red #CD20A8

Tints of Medium Violet Red #CD20A8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.9%

 BLUE value IS 168 (66.02% from 255) = 41.48%

R = 50.62%
G = 7.9%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CD20A8 (or 0xCD20A8) is known color: Medium Violet Red. HEX triplet: CD, 20 and A8. RGB value is (205,32,168). Sum of RGB (Red+Green+Blue) = 205+32+168=405 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.62% from 405); Green value is 32 (12.89% from 255 or 7.90% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD20A8 is #32DF57. Grayscale: #626262. Windows color (decimal): -3333976 or 11018445. OLE color: 11018445.

HSL color Cylindrical-coordinate representation of color #CD20A8: hue angle of 312.83º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD20A8 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 168 -
CMYK 0 0.84 0.18 0.20
HSL 312.83º 0.73% 0.46% -
HSV(B) 312.83º 0.84% 0.8% -
XYZ 32.76 16.84 38.57 -
YUV 99.23 166.81 203.44 -
System Red Green Blue C M Y K H S L
Decimal 205 32 168 0 0.84 0.18 0.20 312.83 0.73 0.46
Hex CD 20 A8 0 54 12 14 139 49 2E
Octal 315 40 250 0 124 22 24 471 111 56
Binary 11001101 100000 10101000 0 1010100 10010 10100 100111001 1001001 101110

Color Harmonies of #CD20A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20A8

Black with #CD20A8

Text Example


Text Example

White with #CD20A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20A8; }

 p { color: rgb(205,32,168); }

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

background-color css

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

 a { background-color: rgb(205,32,168); }

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

border-color css

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

 span { border-color: rgb(205,32,168); }

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