Html Css Color HEX #C71AD7 Deep Magenta

📋 copy color: '#C71AD7'

red 199 ◦ green 26 ◦ blue 215

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

Shades of Deep Magenta #C71AD7

Tints of Deep Magenta #C71AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 45.23%
G = 5.91%
B = 48.86%

CMYK

 C value IS 0.07

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C71AD7 (or 0xC71AD7) is known color: Deep Magenta. HEX triplet: C7, 1A and D7. RGB value is (199,26,215). Sum of RGB (Red+Green+Blue) = 199+26+215=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #C71AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71AD7 is #38E528. Grayscale: #626262. Windows color (decimal): -3728681 or 14097095. OLE color: 14097095.

HSL color Cylindrical-coordinate representation of color #C71AD7: hue angle of 294.92º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71AD7 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 199 26 215 -
CMYK 0.07 0.88 0 0.16
HSL 294.92º 0.78% 0.47% -
HSV(B) 294.92º 0.88% 0.84% -
XYZ 36.19 17.79 65.82 -
YUV 99.27 193.31 199.13 -
System Red Green Blue C M Y K H S L
Decimal 199 26 215 0.07 0.88 0 0.16 294.92 0.78 0.47
Hex C7 1A D7 7 58 0 10 127 4E 2F
Octal 307 32 327 7 130 0 20 447 116 57
Binary 11000111 11010 11010111 111 1011000 0 10000 100100111 1001110 101111

Color Harmonies of #C71AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71AD7

Black with #C71AD7

Text Example


Text Example

White with #C71AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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