Html Css Color HEX #CD20A2 Medium Violet Red

📋 copy color: '#CD20A2'

red 205 ◦ green 32 ◦ blue 162

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

Shades of Medium Violet Red #CD20A2

Tints of Medium Violet Red #CD20A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.6%

R = 51.38%
G = 8.02%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CD20A2 (or 0xCD20A2) is known color: Medium Violet Red. HEX triplet: CD, 20 and A2. RGB value is (205,32,162). Sum of RGB (Red+Green+Blue) = 205+32+162=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 32 (12.89% from 255 or 8.02% from 399); Blue value is 162 (63.67% from 255 or 40.60% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD20A2 is #32DF5D. Grayscale: #626262. Windows color (decimal): -3333982 or 10625229. OLE color: 10625229.

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

Color convert

RGB 205 32 162 -
CMYK 0 0.84 0.21 0.20
HSL 314.91º 0.73% 0.46% -
HSV(B) 314.91º 0.84% 0.8% -
XYZ 32.21 16.62 35.69 -
YUV 98.55 163.81 203.93 -
System Red Green Blue C M Y K H S L
Decimal 205 32 162 0 0.84 0.21 0.20 314.91 0.73 0.46
Hex CD 20 A2 0 54 15 14 13B 49 2E
Octal 315 40 242 0 124 25 24 473 111 56
Binary 11001101 100000 10100010 0 1010100 10101 10100 100111011 1001001 101110

Color Harmonies of #CD20A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20A2

Black with #CD20A2

Text Example


Text Example

White with #CD20A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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