Html Css Color HEX #CC09C7 Deep Magenta

📋 copy color: '#CC09C7'

red 204 ◦ green 9 ◦ blue 199

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

Shades of Deep Magenta #CC09C7

Tints of Deep Magenta #CC09C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 48.3%

R = 49.51%
G = 2.18%
B = 48.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#CC09C7 (or 0xCC09C7) is known color: Deep Magenta. HEX triplet: CC, 09 and C7. RGB value is (204,9,199). Sum of RGB (Red+Green+Blue) = 204+9+199=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 199 (78.12% from 255 or 48.30% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09C7 is #33F638. Grayscale: #585858. Windows color (decimal): -3405369 or 13044172. OLE color: 13044172.

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

Color convert

RGB 204 9 199 -
CMYK 0 0.96 0.02 0.2
HSL 301.54º 0.92% 0.42% -
HSV(B) 301.54º 0.96% 0.8% -
XYZ 35.31 17.16 55.48 -
YUV 88.97 190.1 210.05 -
System Red Green Blue C M Y K H S L
Decimal 204 9 199 0 0.96 0.02 0.2 301.54 0.92 0.42
Hex CC 9 C7 0 60 2 14 12E 5C 2A
Octal 314 11 307 0 140 2 24 456 134 52
Binary 11001100 1001 11000111 0 1100000 10 10100 100101110 1011100 101010

Color Harmonies of #CC09C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09C7

Black with #CC09C7

Text Example


Text Example

White with #CC09C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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