Html Css Color HEX #C71ADA Deep Magenta

📋 copy color: '#C71ADA'

red 199 ◦ green 26 ◦ blue 218

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

Shades of Deep Magenta #C71ADA

Tints of Deep Magenta #C71ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.21%

R = 44.92%
G = 5.87%
B = 49.21%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C71ADA (or 0xC71ADA) is known color: Deep Magenta. HEX triplet: C7, 1A and DA. RGB value is (199,26,218). Sum of RGB (Red+Green+Blue) = 199+26+218=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 26 (10.55% from 255 or 5.87% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #C71ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ADA is #38E525. Grayscale: #636363. Windows color (decimal): -3728678 or 14293703. OLE color: 14293703.

HSL color Cylindrical-coordinate representation of color #C71ADA: hue angle of 294.06º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71ADA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 199 26 218 -
CMYK 0.09 0.88 0 0.15
HSL 294.06º 0.79% 0.48% -
HSV(B) 294.06º 0.88% 0.85% -
XYZ 36.58 17.94 67.87 -
YUV 99.62 194.81 198.89 -
System Red Green Blue C M Y K H S L
Decimal 199 26 218 0.09 0.88 0 0.15 294.06 0.79 0.48
Hex C7 1A DA 9 58 0 F 126 4F 30
Octal 307 32 332 11 130 0 17 446 117 60
Binary 11000111 11010 11011010 1001 1011000 0 1111 100100110 1001111 110000

Color Harmonies of #C71ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ADA

Black with #C71ADA

Text Example


Text Example

White with #C71ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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