Html Css Color HEX #C716AD Deep Magenta

📋 copy color: '#C716AD'

red 199 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #C716AD

Tints of Deep Magenta #C716AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.58%

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

R = 50.51%
G = 5.58%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C716AD (or 0xC716AD) is known color: Deep Magenta. HEX triplet: C7, 16 and AD. RGB value is (199,22,173). Sum of RGB (Red+Green+Blue) = 199+22+173=394 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.51% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 199 - color contains mainly: red. Hex color #C716AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C716AD is #38E952. Grayscale: #5B5B5B. Windows color (decimal): -3729747 or 11343559. OLE color: 11343559.

HSL color Cylindrical-coordinate representation of color #C716AD: hue angle of 308.81º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C716AD is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 22 173 -
CMYK 0 0.89 0.13 0.22
HSL 308.81º 0.8% 0.43% -
HSV(B) 308.81º 0.89% 0.78% -
XYZ 31.38 15.73 40.92 -
YUV 92.14 173.64 204.22 -
System Red Green Blue C M Y K H S L
Decimal 199 22 173 0 0.89 0.13 0.22 308.81 0.8 0.43
Hex C7 16 AD 0 59 D 16 135 50 2B
Octal 307 26 255 0 131 15 26 465 120 53
Binary 11000111 10110 10101101 0 1011001 1101 10110 100110101 1010000 101011

Color Harmonies of #C716AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C716AD

Black with #C716AD

Text Example


Text Example

White with #C716AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C716AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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