Html Css Color HEX #CD20CA Deep Magenta

📋 copy color: '#CD20CA'

red 205 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #CD20CA

Tints of Deep Magenta #CD20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 46.7%
G = 7.29%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD20CA (or 0xCD20CA) is known color: Deep Magenta. HEX triplet: CD, 20 and CA. RGB value is (205,32,202). Sum of RGB (Red+Green+Blue) = 205+32+202=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 32 (12.89% from 255 or 7.29% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20CA is #32DF35. Grayscale: #666666. Windows color (decimal): -3333942 or 13246669. OLE color: 13246669.

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

Color convert

RGB 205 32 202 -
CMYK 0 0.84 0.01 0.20
HSL 301.04º 0.73% 0.46% -
HSV(B) 301.04º 0.84% 0.8% -
XYZ 36.35 18.28 57.49 -
YUV 103.11 183.81 200.68 -
System Red Green Blue C M Y K H S L
Decimal 205 32 202 0 0.84 0.01 0.20 301.04 0.73 0.46
Hex CD 20 CA 0 54 1 14 12D 49 2E
Octal 315 40 312 0 124 1 24 455 111 56
Binary 11001101 100000 11001010 0 1010100 1 10100 100101101 1001001 101110

Color Harmonies of #CD20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20CA

Black with #CD20CA

Text Example


Text Example

White with #CD20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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