Html Css Color HEX #CD14DD Deep Magenta

📋 copy color: '#CD14DD'

red 205 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #CD14DD

Tints of Deep Magenta #CD14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.48%

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

R = 45.96%
G = 4.48%
B = 49.55%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD14DD (or 0xCD14DD) is known color: Deep Magenta. HEX triplet: CD, 14 and DD. RGB value is (205,20,221). Sum of RGB (Red+Green+Blue) = 205+20+221=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD14DD is #32EB22. Grayscale: #616161. Windows color (decimal): -3336995 or 14488781. OLE color: 14488781.

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

Color convert

RGB 205 20 221 -
CMYK 0.07 0.91 0 0.13
HSL 295.22º 0.83% 0.47% -
HSV(B) 295.22º 0.91% 0.87% -
XYZ 38.48 18.7 69.99 -
YUV 98.23 197.29 204.16 -
System Red Green Blue C M Y K H S L
Decimal 205 20 221 0.07 0.91 0 0.13 295.22 0.83 0.47
Hex CD 14 DD 7 5B 0 D 127 53 2F
Octal 315 24 335 7 133 0 15 447 123 57
Binary 11001101 10100 11011101 111 1011011 0 1101 100100111 1010011 101111

Color Harmonies of #CD14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD14DD

Black with #CD14DD

Text Example


Text Example

White with #CD14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD14DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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