Html Css Color HEX #CC09DB Deep Magenta

📋 copy color: '#CC09DB'

red 204 ◦ green 9 ◦ blue 219

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

Shades of Deep Magenta #CC09DB

Tints of Deep Magenta #CC09DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.69%

R = 47.22%
G = 2.08%
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

#CC09DB (or 0xCC09DB) is known color: Deep Magenta. HEX triplet: CC, 09 and DB. RGB value is (204,9,219). Sum of RGB (Red+Green+Blue) = 204+9+219=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC09DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09DB is #33F624. Grayscale: #5A5A5A. Windows color (decimal): -3405349 or 14354892. OLE color: 14354892.

HSL color Cylindrical-coordinate representation of color #CC09DB: hue angle of 295.71º 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 #CC09DB is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 9 219 -
CMYK 0.07 0.96 0 0.14
HSL 295.71º 0.92% 0.45% -
HSV(B) 295.71º 0.96% 0.86% -
XYZ 37.79 18.15 68.53 -
YUV 91.25 200.1 208.42 -
System Red Green Blue C M Y K H S L
Decimal 204 9 219 0.07 0.96 0 0.14 295.71 0.92 0.45
Hex CC 9 DB 7 60 0 E 128 5C 2D
Octal 314 11 333 7 140 0 16 450 134 55
Binary 11001100 1001 11011011 111 1100000 0 1110 100101000 1011100 101101

Color Harmonies of #CC09DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09DB

Black with #CC09DB

Text Example


Text Example

White with #CC09DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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