Html Css Color HEX #CD24DC Deep Magenta

📋 copy color: '#CD24DC'

red 205 ◦ green 36 ◦ blue 220

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

Shades of Deep Magenta #CD24DC

Tints of Deep Magenta #CD24DC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.81%

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 44.47%
G = 7.81%
B = 47.72%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD24DC (or 0xCD24DC) is known color: Deep Magenta. HEX triplet: CD, 24 and DC. RGB value is (205,36,220). Sum of RGB (Red+Green+Blue) = 205+36+220=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD24DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD24DC is #32DB23. Grayscale: #6A6A6A. Windows color (decimal): -3332900 or 14427341. OLE color: 14427341.

HSL color Cylindrical-coordinate representation of color #CD24DC: hue angle of 295.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD24DC is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 36 220 -
CMYK 0.07 0.84 0 0.14
HSL 295.11º 0.72% 0.5% -
HSV(B) 295.11º 0.84% 0.86% -
XYZ 38.73 19.41 69.42 -
YUV 107.51 191.49 197.54 -
System Red Green Blue C M Y K H S L
Decimal 205 36 220 0.07 0.84 0 0.14 295.11 0.72 0.5
Hex CD 24 DC 7 54 0 E 127 48 32
Octal 315 44 334 7 124 0 16 447 110 62
Binary 11001101 100100 11011100 111 1010100 0 1110 100100111 1001000 110010

Color Harmonies of #CD24DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD24DC

Black with #CD24DC

Text Example


Text Example

White with #CD24DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD24DC; }

 p { color: rgb(205,36,220); }

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

background-color css

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

 a { background-color: rgb(205,36,220); }

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

border-color css

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

 span { border-color: rgb(205,36,220); }

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