Html Css Color HEX #CD23DD Deep Magenta

📋 copy color: '#CD23DD'

red 205 ◦ green 35 ◦ blue 221

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

Shades of Deep Magenta #CD23DD

Tints of Deep Magenta #CD23DD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.59%

 BLUE value IS 221 (86.72% from 255) = 47.94%

R = 44.47%
G = 7.59%
B = 47.94%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD23DD (or 0xCD23DD) is known color: Deep Magenta. HEX triplet: CD, 23 and DD. RGB value is (205,35,221). Sum of RGB (Red+Green+Blue) = 205+35+221=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 35 (14.06% from 255 or 7.59% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD23DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD23DD is #32DC22. Grayscale: #6A6A6A. Windows color (decimal): -3333155 or 14492621. OLE color: 14492621.

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

Color convert

RGB 205 35 221 -
CMYK 0.07 0.84 0 0.13
HSL 294.84º 0.73% 0.5% -
HSV(B) 294.84º 0.84% 0.87% -
XYZ 38.83 19.4 70.11 -
YUV 107.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 205 35 221 0.07 0.84 0 0.13 294.84 0.73 0.5
Hex CD 23 DD 7 54 0 D 127 49 32
Octal 315 43 335 7 124 0 15 447 111 62
Binary 11001101 100011 11011101 111 1010100 0 1101 100100111 1001001 110010

Color Harmonies of #CD23DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD23DD

Black with #CD23DD

Text Example


Text Example

White with #CD23DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD23DD; }

 p { color: rgb(205,35,221); }

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

background-color css

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

 a { background-color: rgb(205,35,221); }

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

border-color css

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

 span { border-color: rgb(205,35,221); }

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