Html Css Color HEX #CD1ED6 Deep Magenta

📋 copy color: '#CD1ED6'

red 205 ◦ green 30 ◦ blue 214

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

Shades of Deep Magenta #CD1ED6

Tints of Deep Magenta #CD1ED6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.68%

 BLUE value IS 214 (83.98% from 255) = 47.66%

R = 45.66%
G = 6.68%
B = 47.66%

CMYK

 C value IS 0.04

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD1ED6 (or 0xCD1ED6) is known color: Deep Magenta. HEX triplet: CD, 1E and D6. RGB value is (205,30,214). Sum of RGB (Red+Green+Blue) = 205+30+214=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 30 (12.11% from 255 or 6.68% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #CD1ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1ED6 is #32E129. Grayscale: #666666. Windows color (decimal): -3334442 or 14032589. OLE color: 14032589.

HSL color Cylindrical-coordinate representation of color #CD1ED6: hue angle of 297.07º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1ED6 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 30 214 -
CMYK 0.04 0.86 0 0.16
HSL 297.07º 0.75% 0.48% -
HSV(B) 297.07º 0.86% 0.84% -
XYZ 37.78 18.76 65.25 -
YUV 103.3 190.48 200.54 -
System Red Green Blue C M Y K H S L
Decimal 205 30 214 0.04 0.86 0 0.16 297.07 0.75 0.48
Hex CD 1E D6 4 56 0 10 129 4B 30
Octal 315 36 326 4 126 0 20 451 113 60
Binary 11001101 11110 11010110 100 1010110 0 10000 100101001 1001011 110000

Color Harmonies of #CD1ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1ED6

Black with #CD1ED6

Text Example


Text Example

White with #CD1ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1ED6; }

 p { color: rgb(205,30,214); }

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

background-color css

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

 a { background-color: rgb(205,30,214); }

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

border-color css

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

 span { border-color: rgb(205,30,214); }

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