Html Css Color HEX #CC07AA Deep Magenta

📋 copy color: '#CC07AA'

red 204 ◦ green 7 ◦ blue 170

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

Shades of Deep Magenta #CC07AA

Tints of Deep Magenta #CC07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.84%

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 53.54%
G = 1.84%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#CC07AA (or 0xCC07AA) is known color: Deep Magenta. HEX triplet: CC, 07 and AA. RGB value is (204,7,170). Sum of RGB (Red+Green+Blue) = 204+7+170=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 7 (3.12% from 255 or 1.84% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC07AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC07AA is #33F855. Grayscale: #545454. Windows color (decimal): -3405910 or 11143116. OLE color: 11143116.

HSL color Cylindrical-coordinate representation of color #CC07AA: hue angle of 310.36º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC07AA is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 7 170 -
CMYK 0 0.97 0.17 0.2
HSL 310.36º 0.93% 0.41% -
HSV(B) 310.36º 0.97% 0.8% -
XYZ 32.23 15.89 39.4 -
YUV 84.49 176.27 213.25 -
System Red Green Blue C M Y K H S L
Decimal 204 7 170 0 0.97 0.17 0.2 310.36 0.93 0.41
Hex CC 7 AA 0 61 11 14 136 5D 29
Octal 314 7 252 0 141 21 24 466 135 51
Binary 11001100 111 10101010 0 1100001 10001 10100 100110110 1011101 101001

Color Harmonies of #CC07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC07AA

Black with #CC07AA

Text Example


Text Example

White with #CC07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC07AA; }

 p { color: rgb(204,7,170); }

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

background-color css

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

 a { background-color: rgb(204,7,170); }

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

border-color css

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

 span { border-color: rgb(204,7,170); }

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