Html Css Color HEX #C719AF Deep Magenta

📋 copy color: '#C719AF'

red 199 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #C719AF

Tints of Deep Magenta #C719AF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.27%

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

R = 49.87%
G = 6.27%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C719AF (or 0xC719AF) is known color: Deep Magenta. HEX triplet: C7, 19 and AF. RGB value is (199,25,175). Sum of RGB (Red+Green+Blue) = 199+25+175=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C719AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C719AF is #38E650. Grayscale: #5D5D5D. Windows color (decimal): -3728977 or 11475399. OLE color: 11475399.

HSL color Cylindrical-coordinate representation of color #C719AF: hue angle of 308.28º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C719AF is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 25 175 -
CMYK 0 0.87 0.12 0.22
HSL 308.28º 0.78% 0.44% -
HSV(B) 308.28º 0.87% 0.78% -
XYZ 31.64 15.93 41.97 -
YUV 94.13 173.65 202.8 -
System Red Green Blue C M Y K H S L
Decimal 199 25 175 0 0.87 0.12 0.22 308.28 0.78 0.44
Hex C7 19 AF 0 57 C 16 134 4E 2C
Octal 307 31 257 0 127 14 26 464 116 54
Binary 11000111 11001 10101111 0 1010111 1100 10110 100110100 1001110 101100

Color Harmonies of #C719AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C719AF

Black with #C719AF

Text Example


Text Example

White with #C719AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C719AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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