Html Css Color HEX #C71FAE Deep Magenta

📋 copy color: '#C71FAE'

red 199 ◦ green 31 ◦ blue 174

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

Shades of Deep Magenta #C71FAE

Tints of Deep Magenta #C71FAE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.67%

 BLUE value IS 174 (68.36% from 255) = 43.07%

R = 49.26%
G = 7.67%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C71FAE (or 0xC71FAE) is known color: Deep Magenta. HEX triplet: C7, 1F and AE. RGB value is (199,31,174). Sum of RGB (Red+Green+Blue) = 199+31+174=404 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.26% from 404); Green value is 31 (12.5% from 255 or 7.67% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71FAE is #38E051. Grayscale: #616161. Windows color (decimal): -3727442 or 11411399. OLE color: 11411399.

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

Color convert

RGB 199 31 174 -
CMYK 0 0.84 0.13 0.22
HSL 308.93º 0.73% 0.45% -
HSV(B) 308.93º 0.84% 0.78% -
XYZ 31.68 16.18 41.5 -
YUV 97.53 171.16 200.37 -
System Red Green Blue C M Y K H S L
Decimal 199 31 174 0 0.84 0.13 0.22 308.93 0.73 0.45
Hex C7 1F AE 0 54 D 16 135 49 2D
Octal 307 37 256 0 124 15 26 465 111 55
Binary 11000111 11111 10101110 0 1010100 1101 10110 100110101 1001001 101101

Color Harmonies of #C71FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FAE

Black with #C71FAE

Text Example


Text Example

White with #C71FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FAE; }

 p { color: rgb(199,31,174); }

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

background-color css

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

 a { background-color: rgb(199,31,174); }

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

border-color css

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

 span { border-color: rgb(199,31,174); }

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