Html Css Color HEX #CD1DAE Deep Magenta

📋 copy color: '#CD1DAE'

red 205 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #CD1DAE

Tints of Deep Magenta #CD1DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 50.25%
G = 7.11%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#CD1DAE (or 0xCD1DAE) is known color: Deep Magenta. HEX triplet: CD, 1D and AE. RGB value is (205,29,174). Sum of RGB (Red+Green+Blue) = 205+29+174=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD1DAE is #32E251. Grayscale: #616161. Windows color (decimal): -3334738 or 11410893. OLE color: 11410893.

HSL color Cylindrical-coordinate representation of color #CD1DAE: hue angle of 310.57º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1DAE is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 29 174 -
CMYK 0 0.86 0.15 0.20
HSL 310.57º 0.75% 0.46% -
HSV(B) 310.57º 0.86% 0.8% -
XYZ 33.26 16.91 41.56 -
YUV 98.15 170.81 204.21 -
System Red Green Blue C M Y K H S L
Decimal 205 29 174 0 0.86 0.15 0.20 310.57 0.75 0.46
Hex CD 1D AE 0 56 F 14 137 4B 2E
Octal 315 35 256 0 126 17 24 467 113 56
Binary 11001101 11101 10101110 0 1010110 1111 10100 100110111 1001011 101110

Color Harmonies of #CD1DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1DAE

Black with #CD1DAE

Text Example


Text Example

White with #CD1DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1DAE; }

 p { color: rgb(205,29,174); }

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

background-color css

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

 a { background-color: rgb(205,29,174); }

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

border-color css

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

 span { border-color: rgb(205,29,174); }

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