Html Css Color HEX #C710AA Deep Magenta

📋 copy color: '#C710AA'

red 199 ◦ green 16 ◦ blue 170

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

Shades of Deep Magenta #C710AA

Tints of Deep Magenta #C710AA

RGB

 RED value IS 199 (78.13% from 255) = 51.69%

 GREEN value IS 16 (6.64% from 255) = 4.16%

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

R = 51.69%
G = 4.16%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C710AA (or 0xC710AA) is known color: Deep Magenta. HEX triplet: C7, 10 and AA. RGB value is (199,16,170). Sum of RGB (Red+Green+Blue) = 199+16+170=385 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.69% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 199 - color contains mainly: red. Hex color #C710AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C710AA is #38EF55. Grayscale: #575757. Windows color (decimal): -3731286 or 11145415. OLE color: 11145415.

HSL color Cylindrical-coordinate representation of color #C710AA: hue angle of 309.51º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C710AA is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 170 -
CMYK 0 0.92 0.15 0.22
HSL 309.51º 0.85% 0.42% -
HSV(B) 309.51º 0.92% 0.78% -
XYZ 30.99 15.41 39.37 -
YUV 88.27 174.13 206.98 -
System Red Green Blue C M Y K H S L
Decimal 199 16 170 0 0.92 0.15 0.22 309.51 0.85 0.42
Hex C7 10 AA 0 5C F 16 136 55 2A
Octal 307 20 252 0 134 17 26 466 125 52
Binary 11000111 10000 10101010 0 1011100 1111 10110 100110110 1010101 101010

Color Harmonies of #C710AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710AA

Black with #C710AA

Text Example


Text Example

White with #C710AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710AA; }

 p { color: rgb(199,16,170); }

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

background-color css

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

 a { background-color: rgb(199,16,170); }

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

border-color css

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

 span { border-color: rgb(199,16,170); }

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