Html Css Color HEX #CD19DD Deep Magenta

📋 copy color: '#CD19DD'

red 205 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #CD19DD

Tints of Deep Magenta #CD19DD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.54%

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

R = 45.45%
G = 5.54%
B = 49%

CMYK

 C value IS 0.07

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD19DD (or 0xCD19DD) is known color: Deep Magenta. HEX triplet: CD, 19 and DD. RGB value is (205,25,221). Sum of RGB (Red+Green+Blue) = 205+25+221=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD19DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD19DD is #32E622. Grayscale: #646464. Windows color (decimal): -3335715 or 14490061. OLE color: 14490061.

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

Color convert

RGB 205 25 221 -
CMYK 0.07 0.89 0 0.13
HSL 295.1º 0.8% 0.48% -
HSV(B) 295.1º 0.89% 0.87% -
XYZ 38.58 18.89 70.02 -
YUV 101.16 195.63 202.06 -
System Red Green Blue C M Y K H S L
Decimal 205 25 221 0.07 0.89 0 0.13 295.1 0.8 0.48
Hex CD 19 DD 7 59 0 D 127 50 30
Octal 315 31 335 7 131 0 15 447 120 60
Binary 11001101 11001 11011101 111 1011001 0 1101 100100111 1010000 110000

Color Harmonies of #CD19DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD19DD

Black with #CD19DD

Text Example


Text Example

White with #CD19DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD19DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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