Html Css Color HEX #C71ACE Deep Magenta

📋 copy color: '#C71ACE'

red 199 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #C71ACE

Tints of Deep Magenta #C71ACE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.03%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 46.17%
G = 6.03%
B = 47.8%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C71ACE (or 0xC71ACE) is known color: Deep Magenta. HEX triplet: C7, 1A and CE. RGB value is (199,26,206). Sum of RGB (Red+Green+Blue) = 199+26+206=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #C71ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ACE is #38E531. Grayscale: #616161. Windows color (decimal): -3728690 or 13507271. OLE color: 13507271.

HSL color Cylindrical-coordinate representation of color #C71ACE: hue angle of 297.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71ACE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 26 206 -
CMYK 0.03 0.87 0 0.19
HSL 297.67º 0.78% 0.45% -
HSV(B) 297.67º 0.87% 0.81% -
XYZ 35.06 17.34 59.89 -
YUV 98.25 188.81 199.86 -
System Red Green Blue C M Y K H S L
Decimal 199 26 206 0.03 0.87 0 0.19 297.67 0.78 0.45
Hex C7 1A CE 3 57 0 13 12A 4E 2D
Octal 307 32 316 3 127 0 23 452 116 55
Binary 11000111 11010 11001110 11 1010111 0 10011 100101010 1001110 101101

Color Harmonies of #C71ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ACE

Black with #C71ACE

Text Example


Text Example

White with #C71ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ACE; }

 p { color: rgb(199,26,206); }

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

background-color css

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

 a { background-color: rgb(199,26,206); }

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

border-color css

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

 span { border-color: rgb(199,26,206); }

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