Html Css Color HEX #CD1CDD Deep Magenta

📋 copy color: '#CD1CDD'

red 205 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #CD1CDD

Tints of Deep Magenta #CD1CDD

RGB

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

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

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

R = 45.15%
G = 6.17%
B = 48.68%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD1CDD (or 0xCD1CDD) is known color: Deep Magenta. HEX triplet: CD, 1C and DD. RGB value is (205,28,221). Sum of RGB (Red+Green+Blue) = 205+28+221=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD1CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1CDD is #32E322. Grayscale: #666666. Windows color (decimal): -3334947 or 14490829. OLE color: 14490829.

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

Color convert

RGB 205 28 221 -
CMYK 0.07 0.87 0 0.13
HSL 295.03º 0.78% 0.49% -
HSV(B) 295.03º 0.87% 0.87% -
XYZ 38.64 19.03 70.04 -
YUV 102.93 194.64 200.81 -
System Red Green Blue C M Y K H S L
Decimal 205 28 221 0.07 0.87 0 0.13 295.03 0.78 0.49
Hex CD 1C DD 7 57 0 D 127 4E 31
Octal 315 34 335 7 127 0 15 447 116 61
Binary 11001101 11100 11011101 111 1010111 0 1101 100100111 1001110 110001

Color Harmonies of #CD1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1CDD

Black with #CD1CDD

Text Example


Text Example

White with #CD1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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