Html Css Color HEX #C71AAD Deep Magenta

📋 copy color: '#C71AAD'

red 199 ◦ green 26 ◦ blue 173

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

Shades of Deep Magenta #C71AAD

Tints of Deep Magenta #C71AAD

RGB

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

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

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

R = 50%
G = 6.53%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C71AAD (or 0xC71AAD) is known color: Deep Magenta. HEX triplet: C7, 1A and AD. RGB value is (199,26,173). Sum of RGB (Red+Green+Blue) = 199+26+173=398 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 199 - color contains mainly: red. Hex color #C71AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71AAD is #38E552. Grayscale: #5E5E5E. Windows color (decimal): -3728723 or 11344583. OLE color: 11344583.

HSL color Cylindrical-coordinate representation of color #C71AAD: hue angle of 309.02º degrees, saturation: 0.77, 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 #C71AAD is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 26 173 -
CMYK 0 0.87 0.13 0.22
HSL 309.02º 0.77% 0.44% -
HSV(B) 309.02º 0.87% 0.78% -
XYZ 31.47 15.9 40.95 -
YUV 94.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 199 26 173 0 0.87 0.13 0.22 309.02 0.77 0.44
Hex C7 1A AD 0 57 D 16 135 4D 2C
Octal 307 32 255 0 127 15 26 465 115 54
Binary 11000111 11010 10101101 0 1010111 1101 10110 100110101 1001101 101100

Color Harmonies of #C71AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AAD

Black with #C71AAD

Text Example


Text Example

White with #C71AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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