Html Css Color HEX #CC09E7 Deep Magenta

📋 copy color: '#CC09E7'

red 204 ◦ green 9 ◦ blue 231

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

Shades of Deep Magenta #CC09E7

Tints of Deep Magenta #CC09E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.03%

R = 45.95%
G = 2.03%
B = 52.03%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC09E7 (or 0xCC09E7) is known color: Deep Magenta. HEX triplet: CC, 09 and E7. RGB value is (204,9,231). Sum of RGB (Red+Green+Blue) = 204+9+231=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 9 (3.91% from 255 or 2.03% from 444); Blue value is 231 (90.62% from 255 or 52.03% from 444); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC09E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC09E7 is #33F618. Grayscale: #5B5B5B. Windows color (decimal): -3405337 or 15141324. OLE color: 15141324.

HSL color Cylindrical-coordinate representation of color #CC09E7: hue angle of 292.7º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09E7 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 9 231 -
CMYK 0.12 0.96 0 0.09
HSL 292.7º 0.93% 0.47% -
HSV(B) 292.7º 0.96% 0.91% -
XYZ 39.42 18.8 77.15 -
YUV 92.61 206.1 207.45 -
System Red Green Blue C M Y K H S L
Decimal 204 9 231 0.12 0.96 0 0.09 292.7 0.93 0.47
Hex CC 9 E7 C 60 0 9 125 5C 2F
Octal 314 11 347 14 140 0 11 445 134 57
Binary 11001100 1001 11100111 1100 1100000 0 1001 100100101 1011100 101111

Color Harmonies of #CC09E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC09E7

Black with #CC09E7

Text Example


Text Example

White with #CC09E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC09E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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