Html Css Color HEX #C710AF Deep Magenta

📋 copy color: '#C710AF'

red 199 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #C710AF

Tints of Deep Magenta #C710AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.87%

R = 51.03%
G = 4.1%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C710AF (or 0xC710AF) is known color: Deep Magenta. HEX triplet: C7, 10 and AF. RGB value is (199,16,175). Sum of RGB (Red+Green+Blue) = 199+16+175=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 16 (6.64% from 255 or 4.10% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C710AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C710AF is #38EF50. Grayscale: #585858. Windows color (decimal): -3731281 or 11473095. OLE color: 11473095.

HSL color Cylindrical-coordinate representation of color #C710AF: hue angle of 307.87º 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 #C710AF is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 16 175 -
CMYK 0 0.92 0.12 0.22
HSL 307.87º 0.85% 0.42% -
HSV(B) 307.87º 0.92% 0.78% -
XYZ 31.48 15.61 41.91 -
YUV 88.84 176.63 206.57 -
System Red Green Blue C M Y K H S L
Decimal 199 16 175 0 0.92 0.12 0.22 307.87 0.85 0.42
Hex C7 10 AF 0 5C C 16 134 55 2A
Octal 307 20 257 0 134 14 26 464 125 52
Binary 11000111 10000 10101111 0 1011100 1100 10110 100110100 1010101 101010

Color Harmonies of #C710AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710AF

Black with #C710AF

Text Example


Text Example

White with #C710AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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