Html Css Color HEX #CD20CC Deep Magenta

📋 copy color: '#CD20CC'

red 205 ◦ green 32 ◦ blue 204

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

Shades of Deep Magenta #CD20CC

Tints of Deep Magenta #CD20CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 46.49%
G = 7.26%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD20CC (or 0xCD20CC) is known color: Deep Magenta. HEX triplet: CD, 20 and CC. RGB value is (205,32,204). Sum of RGB (Red+Green+Blue) = 205+32+204=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD20CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD20CC is #32DF33. Grayscale: #666666. Windows color (decimal): -3333940 or 13377741. OLE color: 13377741.

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

Color convert

RGB 205 32 204 -
CMYK 0 0.84 0.00 0.20
HSL 300.35º 0.73% 0.46% -
HSV(B) 300.35º 0.84% 0.8% -
XYZ 36.59 18.37 58.74 -
YUV 103.34 184.81 200.51 -
System Red Green Blue C M Y K H S L
Decimal 205 32 204 0 0.84 0.00 0.20 300.35 0.73 0.46
Hex CD 20 CC 0 54 0 14 12C 49 2E
Octal 315 40 314 0 124 0 24 454 111 56
Binary 11001101 100000 11001100 0 1010100 0 10100 100101100 1001001 101110

Color Harmonies of #CD20CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD20CC

Black with #CD20CC

Text Example


Text Example

White with #CD20CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD20CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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