Html Css Color HEX #CC09C6 Deep Magenta

📋 copy color: '#CC09C6'

red 204 ◦ green 9 ◦ blue 198

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

Shades of Deep Magenta #CC09C6

Tints of Deep Magenta #CC09C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 48.18%

R = 49.64%
G = 2.19%
B = 48.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CC09C6 (or 0xCC09C6) is known color: Deep Magenta. HEX triplet: CC, 09 and C6. RGB value is (204,9,198). Sum of RGB (Red+Green+Blue) = 204+9+198=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09C6 is #33F639. Grayscale: #585858. Windows color (decimal): -3405370 or 12978636. OLE color: 12978636.

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

Color convert

RGB 204 9 198 -
CMYK 0 0.96 0.03 0.2
HSL 301.85º 0.92% 0.42% -
HSV(B) 301.85º 0.96% 0.8% -
XYZ 35.19 17.11 54.87 -
YUV 88.85 189.6 210.13 -
System Red Green Blue C M Y K H S L
Decimal 204 9 198 0 0.96 0.03 0.2 301.85 0.92 0.42
Hex CC 9 C6 0 60 3 14 12E 5C 2A
Octal 314 11 306 0 140 3 24 456 134 52
Binary 11001100 1001 11000110 0 1100000 11 10100 100101110 1011100 101010

Color Harmonies of #CC09C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09C6

Black with #CC09C6

Text Example


Text Example

White with #CC09C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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