Html Css Color HEX #CD1FDD Deep Magenta

📋 copy color: '#CD1FDD'

red 205 ◦ green 31 ◦ blue 221

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

Shades of Deep Magenta #CD1FDD

Tints of Deep Magenta #CD1FDD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.78%

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

R = 44.86%
G = 6.78%
B = 48.36%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD1FDD (or 0xCD1FDD) is known color: Deep Magenta. HEX triplet: CD, 1F and DD. RGB value is (205,31,221). Sum of RGB (Red+Green+Blue) = 205+31+221=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 31 (12.5% from 255 or 6.78% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD1FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD1FDD is #32E022. Grayscale: #686868. Windows color (decimal): -3334179 or 14491597. OLE color: 14491597.

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

Color convert

RGB 205 31 221 -
CMYK 0.07 0.86 0 0.13
HSL 294.95º 0.75% 0.49% -
HSV(B) 294.95º 0.86% 0.87% -
XYZ 38.72 19.18 70.07 -
YUV 104.69 193.65 199.55 -
System Red Green Blue C M Y K H S L
Decimal 205 31 221 0.07 0.86 0 0.13 294.95 0.75 0.49
Hex CD 1F DD 7 56 0 D 127 4B 31
Octal 315 37 335 7 126 0 15 447 113 61
Binary 11001101 11111 11011101 111 1010110 0 1101 100100111 1001011 110001

Color Harmonies of #CD1FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1FDD

Black with #CD1FDD

Text Example


Text Example

White with #CD1FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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