Html Css Color HEX #CD1CDA Deep Magenta

📋 copy color: '#CD1CDA'

red 205 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #CD1CDA

Tints of Deep Magenta #CD1CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.21%

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 45.45%
G = 6.21%
B = 48.34%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CD1CDA (or 0xCD1CDA) is known color: Deep Magenta. HEX triplet: CD, 1C and DA. RGB value is (205,28,218). Sum of RGB (Red+Green+Blue) = 205+28+218=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #CD1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CDA is #32E325. Grayscale: #666666. Windows color (decimal): -3334950 or 14294221. OLE color: 14294221.

HSL color Cylindrical-coordinate representation of color #CD1CDA: hue angle of 295.89º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1CDA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 28 218 -
CMYK 0.06 0.87 0 0.15
HSL 295.89º 0.77% 0.48% -
HSV(B) 295.89º 0.87% 0.85% -
XYZ 38.25 18.87 67.96 -
YUV 102.58 193.14 201.05 -
System Red Green Blue C M Y K H S L
Decimal 205 28 218 0.06 0.87 0 0.15 295.89 0.77 0.48
Hex CD 1C DA 6 57 0 F 128 4D 30
Octal 315 34 332 6 127 0 17 450 115 60
Binary 11001101 11100 11011010 110 1010111 0 1111 100101000 1001101 110000

Color Harmonies of #CD1CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1CDA

Black with #CD1CDA

Text Example


Text Example

White with #CD1CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1CDA; }

 p { color: rgb(205,28,218); }

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

background-color css

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

 a { background-color: rgb(205,28,218); }

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

border-color css

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

 span { border-color: rgb(205,28,218); }

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