Html Css Color HEX #CD09CC Deep Magenta

📋 copy color: '#CD09CC'

red 205 ◦ green 9 ◦ blue 204

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

Shades of Deep Magenta #CD09CC

Tints of Deep Magenta #CD09CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 49.04%
G = 2.15%
B = 48.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD09CC (or 0xCD09CC) is known color: Deep Magenta. HEX triplet: CD, 09 and CC. RGB value is (205,9,204). Sum of RGB (Red+Green+Blue) = 205+9+204=418 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.04% from 418); Green value is 9 (3.91% from 255 or 2.15% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 205 - color contains mainly: red. Hex color #CD09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD09CC is #32F633. Grayscale: #595959. Windows color (decimal): -3339828 or 13371853. OLE color: 13371853.

HSL color Cylindrical-coordinate representation of color #CD09CC: hue angle of 300.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD09CC is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 9 204 -
CMYK 0 0.96 0.00 0.20
HSL 300.31º 0.92% 0.42% -
HSV(B) 300.31º 0.96% 0.8% -
XYZ 36.17 17.53 58.6 -
YUV 89.83 192.43 210.14 -
System Red Green Blue C M Y K H S L
Decimal 205 9 204 0 0.96 0.00 0.20 300.31 0.92 0.42
Hex CD 9 CC 0 60 0 14 12C 5C 2A
Octal 315 11 314 0 140 0 24 454 134 52
Binary 11001101 1001 11001100 0 1100000 0 10100 100101100 1011100 101010

Color Harmonies of #CD09CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD09CC

Black with #CD09CC

Text Example


Text Example

White with #CD09CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD09CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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