Html Css Color HEX #C71AD1 Deep Magenta

📋 copy color: '#C71AD1'

red 199 ◦ green 26 ◦ blue 209

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

Shades of Deep Magenta #C71AD1

Tints of Deep Magenta #C71AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 48.16%

R = 45.85%
G = 5.99%
B = 48.16%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C71AD1 (or 0xC71AD1) is known color: Deep Magenta. HEX triplet: C7, 1A and D1. RGB value is (199,26,209). Sum of RGB (Red+Green+Blue) = 199+26+209=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 26 (10.55% from 255 or 5.99% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #C71AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AD1 is #38E52E. Grayscale: #626262. Windows color (decimal): -3728687 or 13703879. OLE color: 13703879.

HSL color Cylindrical-coordinate representation of color #C71AD1: hue angle of 296.72º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71AD1 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 199 26 209 -
CMYK 0.05 0.88 0 0.18
HSL 296.72º 0.78% 0.46% -
HSV(B) 296.72º 0.88% 0.82% -
XYZ 35.43 17.48 61.83 -
YUV 98.59 190.31 199.62 -
System Red Green Blue C M Y K H S L
Decimal 199 26 209 0.05 0.88 0 0.18 296.72 0.78 0.46
Hex C7 1A D1 5 58 0 12 129 4E 2E
Octal 307 32 321 5 130 0 22 451 116 56
Binary 11000111 11010 11010001 101 1011000 0 10010 100101001 1001110 101110

Color Harmonies of #C71AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AD1

Black with #C71AD1

Text Example


Text Example

White with #C71AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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