Html Css Color HEX #CD09DC Deep Magenta

📋 copy color: '#CD09DC'

red 205 ◦ green 9 ◦ blue 220

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

Shades of Deep Magenta #CD09DC

Tints of Deep Magenta #CD09DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.07%

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 47.24%
G = 2.07%
B = 50.69%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD09DC (or 0xCD09DC) is known color: Deep Magenta. HEX triplet: CD, 09 and DC. RGB value is (205,9,220). Sum of RGB (Red+Green+Blue) = 205+9+220=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD09DC is #32F623. Grayscale: #5B5B5B. Windows color (decimal): -3339812 or 14420429. OLE color: 14420429.

HSL color Cylindrical-coordinate representation of color #CD09DC: hue angle of 295.73º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD09DC is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 9 220 -
CMYK 0.07 0.96 0 0.14
HSL 295.73º 0.92% 0.45% -
HSV(B) 295.73º 0.96% 0.86% -
XYZ 38.19 18.34 69.24 -
YUV 91.66 200.43 208.84 -
System Red Green Blue C M Y K H S L
Decimal 205 9 220 0.07 0.96 0 0.14 295.73 0.92 0.45
Hex CD 9 DC 7 60 0 E 128 5C 2D
Octal 315 11 334 7 140 0 16 450 134 55
Binary 11001101 1001 11011100 111 1100000 0 1110 100101000 1011100 101101

Color Harmonies of #CD09DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD09DC

Black with #CD09DC

Text Example


Text Example

White with #CD09DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD09DC; }

 p { color: rgb(205,9,220); }

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

background-color css

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

 a { background-color: rgb(205,9,220); }

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

border-color css

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

 span { border-color: rgb(205,9,220); }

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