Html Css Color HEX #C710AD Deep Magenta

📋 copy color: '#C710AD'

red 199 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #C710AD

Tints of Deep Magenta #C710AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.59%

R = 51.29%
G = 4.12%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C710AD (or 0xC710AD) is known color: Deep Magenta. HEX triplet: C7, 10 and AD. RGB value is (199,16,173). Sum of RGB (Red+Green+Blue) = 199+16+173=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C710AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C710AD is #38EF52. Grayscale: #585858. Windows color (decimal): -3731283 or 11342023. OLE color: 11342023.

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

Color convert

RGB 199 16 173 -
CMYK 0 0.92 0.13 0.22
HSL 308.52º 0.85% 0.42% -
HSV(B) 308.52º 0.92% 0.78% -
XYZ 31.28 15.53 40.88 -
YUV 88.62 175.63 206.73 -
System Red Green Blue C M Y K H S L
Decimal 199 16 173 0 0.92 0.13 0.22 308.52 0.85 0.42
Hex C7 10 AD 0 5C D 16 135 55 2A
Octal 307 20 255 0 134 15 26 465 125 52
Binary 11000111 10000 10101101 0 1011100 1101 10110 100110101 1010101 101010

Color Harmonies of #C710AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710AD

Black with #C710AD

Text Example


Text Example

White with #C710AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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