Html Css Color HEX #CD20C1 Deep Magenta

📋 copy color: '#CD20C1'

red 205 ◦ green 32 ◦ blue 193

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

Shades of Deep Magenta #CD20C1

Tints of Deep Magenta #CD20C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.88%

R = 47.67%
G = 7.44%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD20C1 (or 0xCD20C1) is known color: Deep Magenta. HEX triplet: CD, 20 and C1. RGB value is (205,32,193). Sum of RGB (Red+Green+Blue) = 205+32+193=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20C1 is #32DF3E. Grayscale: #656565. Windows color (decimal): -3333951 or 12656845. OLE color: 12656845.

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

Color convert

RGB 205 32 193 -
CMYK 0 0.84 0.06 0.20
HSL 304.16º 0.73% 0.46% -
HSV(B) 304.16º 0.84% 0.8% -
XYZ 35.32 17.86 52.04 -
YUV 102.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 205 32 193 0 0.84 0.06 0.20 304.16 0.73 0.46
Hex CD 20 C1 0 54 6 14 130 49 2E
Octal 315 40 301 0 124 6 24 460 111 56
Binary 11001101 100000 11000001 0 1010100 110 10100 100110000 1001001 101110

Color Harmonies of #CD20C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20C1

Black with #CD20C1

Text Example


Text Example

White with #CD20C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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