Html Css Color HEX #CC09DD Deep Magenta

📋 copy color: '#CC09DD'

red 204 ◦ green 9 ◦ blue 221

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

Shades of Deep Magenta #CC09DD

Tints of Deep Magenta #CC09DD

RGB

 RED value IS 204 (80.08% from 255) = 47%

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

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

R = 47%
G = 2.07%
B = 50.92%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC09DD (or 0xCC09DD) is known color: Deep Magenta. HEX triplet: CC, 09 and DD. RGB value is (204,9,221). Sum of RGB (Red+Green+Blue) = 204+9+221=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC09DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09DD is #33F622. Grayscale: #5A5A5A. Windows color (decimal): -3405347 or 14485964. OLE color: 14485964.

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

Color convert

RGB 204 9 221 -
CMYK 0.08 0.96 0 0.13
HSL 295.19º 0.92% 0.45% -
HSV(B) 295.19º 0.96% 0.87% -
XYZ 38.05 18.25 69.92 -
YUV 91.47 201.1 208.26 -
System Red Green Blue C M Y K H S L
Decimal 204 9 221 0.08 0.96 0 0.13 295.19 0.92 0.45
Hex CC 9 DD 8 60 0 D 127 5C 2D
Octal 314 11 335 10 140 0 15 447 134 55
Binary 11001100 1001 11011101 1000 1100000 0 1101 100100111 1011100 101101

Color Harmonies of #CC09DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09DD

Black with #CC09DD

Text Example


Text Example

White with #CC09DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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