Html Css Color HEX #CD24DB Deep Magenta

📋 copy color: '#CD24DB'

red 205 ◦ green 36 ◦ blue 219

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

Shades of Deep Magenta #CD24DB

Tints of Deep Magenta #CD24DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 44.57%
G = 7.83%
B = 47.61%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD24DB (or 0xCD24DB) is known color: Deep Magenta. HEX triplet: CD, 24 and DB. RGB value is (205,36,219). Sum of RGB (Red+Green+Blue) = 205+36+219=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 36 (14.45% from 255 or 7.83% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD24DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD24DB is #32DB24. Grayscale: #6A6A6A. Windows color (decimal): -3332901 or 14361805. OLE color: 14361805.

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

Color convert

RGB 205 36 219 -
CMYK 0.06 0.84 0 0.14
HSL 295.41º 0.72% 0.5% -
HSV(B) 295.41º 0.84% 0.86% -
XYZ 38.59 19.36 68.72 -
YUV 107.39 190.99 197.62 -
System Red Green Blue C M Y K H S L
Decimal 205 36 219 0.06 0.84 0 0.14 295.41 0.72 0.5
Hex CD 24 DB 6 54 0 E 127 48 32
Octal 315 44 333 6 124 0 16 447 110 62
Binary 11001101 100100 11011011 110 1010100 0 1110 100100111 1001000 110010

Color Harmonies of #CD24DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD24DB

Black with #CD24DB

Text Example


Text Example

White with #CD24DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD24DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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