Html Css Color HEX #C71DAE Deep Magenta

📋 copy color: '#C71DAE'

red 199 ◦ green 29 ◦ blue 174

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

Shades of Deep Magenta #C71DAE

Tints of Deep Magenta #C71DAE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.21%

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

R = 49.5%
G = 7.21%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C71DAE (or 0xC71DAE) is known color: Deep Magenta. HEX triplet: C7, 1D and AE. RGB value is (199,29,174). Sum of RGB (Red+Green+Blue) = 199+29+174=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 174 (68.36% from 255 or 43.28% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71DAE is #38E251. Grayscale: #5F5F5F. Windows color (decimal): -3727954 or 11410887. OLE color: 11410887.

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

Color convert

RGB 199 29 174 -
CMYK 0 0.85 0.13 0.22
HSL 308.82º 0.75% 0.45% -
HSV(B) 308.82º 0.85% 0.78% -
XYZ 31.63 16.08 41.48 -
YUV 96.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 199 29 174 0 0.85 0.13 0.22 308.82 0.75 0.45
Hex C7 1D AE 0 55 D 16 135 4B 2D
Octal 307 35 256 0 125 15 26 465 113 55
Binary 11000111 11101 10101110 0 1010101 1101 10110 100110101 1001011 101101

Color Harmonies of #C71DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DAE

Black with #C71DAE

Text Example


Text Example

White with #C71DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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