Html Css Color HEX #CD0FDD Deep Magenta

📋 copy color: '#CD0FDD'

red 205 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #CD0FDD

Tints of Deep Magenta #CD0FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.4%

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

R = 46.49%
G = 3.4%
B = 50.11%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD0FDD (or 0xCD0FDD) is known color: Deep Magenta. HEX triplet: CD, 0F and DD. RGB value is (205,15,221). Sum of RGB (Red+Green+Blue) = 205+15+221=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 15 (6.25% from 255 or 3.40% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0FDD is #32F022. Grayscale: #5E5E5E. Windows color (decimal): -3338275 or 14487501. OLE color: 14487501.

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

Color convert

RGB 205 15 221 -
CMYK 0.07 0.93 0 0.13
HSL 295.34º 0.87% 0.46% -
HSV(B) 295.34º 0.93% 0.87% -
XYZ 38.4 18.54 69.96 -
YUV 95.29 198.95 206.25 -
System Red Green Blue C M Y K H S L
Decimal 205 15 221 0.07 0.93 0 0.13 295.34 0.87 0.46
Hex CD F DD 7 5D 0 D 127 57 2E
Octal 315 17 335 7 135 0 15 447 127 56
Binary 11001101 1111 11011101 111 1011101 0 1101 100100111 1010111 101110

Color Harmonies of #CD0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0FDD

Black with #CD0FDD

Text Example


Text Example

White with #CD0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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