Html Css Color HEX #CD20AD Medium Violet Red

📋 copy color: '#CD20AD'

red 205 ◦ green 32 ◦ blue 173

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

Shades of Medium Violet Red #CD20AD

Tints of Medium Violet Red #CD20AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.2%

R = 50%
G = 7.8%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD20AD (or 0xCD20AD) is known color: Medium Violet Red. HEX triplet: CD, 20 and AD. RGB value is (205,32,173). Sum of RGB (Red+Green+Blue) = 205+32+173=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 32 (12.89% from 255 or 7.80% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD20AD is #32DF52. Grayscale: #636363. Windows color (decimal): -3333971 or 11346125. OLE color: 11346125.

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

Color convert

RGB 205 32 173 -
CMYK 0 0.84 0.16 0.20
HSL 311.1º 0.73% 0.46% -
HSV(B) 311.1º 0.84% 0.8% -
XYZ 33.24 17.03 41.07 -
YUV 99.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 205 32 173 0 0.84 0.16 0.20 311.1 0.73 0.46
Hex CD 20 AD 0 54 10 14 137 49 2E
Octal 315 40 255 0 124 20 24 467 111 56
Binary 11001101 100000 10101101 0 1010100 10000 10100 100110111 1001001 101110

Color Harmonies of #CD20AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20AD

Black with #CD20AD

Text Example


Text Example

White with #CD20AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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