Html Css Color HEX #CD1DCA Deep Magenta

📋 copy color: '#CD1DCA'

red 205 ◦ green 29 ◦ blue 202

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

Shades of Deep Magenta #CD1DCA

Tints of Deep Magenta #CD1DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 47.02%
G = 6.65%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD1DCA (or 0xCD1DCA) is known color: Deep Magenta. HEX triplet: CD, 1D and CA. RGB value is (205,29,202). Sum of RGB (Red+Green+Blue) = 205+29+202=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1DCA is #32E235. Grayscale: #646464. Windows color (decimal): -3334710 or 13245901. OLE color: 13245901.

HSL color Cylindrical-coordinate representation of color #CD1DCA: hue angle of 301.02º 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 #CD1DCA is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 29 202 -
CMYK 0 0.86 0.01 0.20
HSL 301.02º 0.75% 0.46% -
HSV(B) 301.02º 0.86% 0.8% -
XYZ 36.28 18.12 57.46 -
YUV 101.35 184.81 201.93 -
System Red Green Blue C M Y K H S L
Decimal 205 29 202 0 0.86 0.01 0.20 301.02 0.75 0.46
Hex CD 1D CA 0 56 1 14 12D 4B 2E
Octal 315 35 312 0 126 1 24 455 113 56
Binary 11001101 11101 11001010 0 1010110 1 10100 100101101 1001011 101110

Color Harmonies of #CD1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1DCA

Black with #CD1DCA

Text Example


Text Example

White with #CD1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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