Html Css Color HEX #CD20A1 Medium Violet Red

📋 copy color: '#CD20A1'

red 205 ◦ green 32 ◦ blue 161

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

Shades of Medium Violet Red #CD20A1

Tints of Medium Violet Red #CD20A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.45%

R = 51.51%
G = 8.04%
B = 40.45%

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

#CD20A1 (or 0xCD20A1) is known color: Medium Violet Red. HEX triplet: CD, 20 and A1. RGB value is (205,32,161). Sum of RGB (Red+Green+Blue) = 205+32+161=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 161 (63.28% from 255 or 40.45% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD20A1 is #32DF5E. Grayscale: #626262. Windows color (decimal): -3333983 or 10559693. OLE color: 10559693.

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

Color convert

RGB 205 32 161 -
CMYK 0 0.84 0.21 0.20
HSL 315.26º 0.73% 0.46% -
HSV(B) 315.26º 0.84% 0.8% -
XYZ 32.13 16.59 35.23 -
YUV 98.43 163.31 204.01 -
System Red Green Blue C M Y K H S L
Decimal 205 32 161 0 0.84 0.21 0.20 315.26 0.73 0.46
Hex CD 20 A1 0 54 15 14 13B 49 2E
Octal 315 40 241 0 124 25 24 473 111 56
Binary 11001101 100000 10100001 0 1010100 10101 10100 100111011 1001001 101110

Color Harmonies of #CD20A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20A1

Black with #CD20A1

Text Example


Text Example

White with #CD20A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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