Html Css Color HEX #C71CDA Deep Magenta

📋 copy color: '#C71CDA'

red 199 ◦ green 28 ◦ blue 218

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

Shades of Deep Magenta #C71CDA

Tints of Deep Magenta #C71CDA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.29%

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

R = 44.72%
G = 6.29%
B = 48.99%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C71CDA (or 0xC71CDA) is known color: Deep Magenta. HEX triplet: C7, 1C and DA. RGB value is (199,28,218). Sum of RGB (Red+Green+Blue) = 199+28+218=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 28 (11.33% from 255 or 6.29% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #C71CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71CDA is #38E325. Grayscale: #646464. Windows color (decimal): -3728166 or 14294215. OLE color: 14294215.

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

Color convert

RGB 199 28 218 -
CMYK 0.09 0.87 0 0.15
HSL 294º 0.77% 0.48% -
HSV(B) 294º 0.87% 0.85% -
XYZ 36.62 18.03 67.88 -
YUV 100.79 194.15 198.05 -
System Red Green Blue C M Y K H S L
Decimal 199 28 218 0.09 0.87 0 0.15 294 0.77 0.48
Hex C7 1C DA 9 57 0 F 126 4D 30
Octal 307 34 332 11 127 0 17 446 115 60
Binary 11000111 11100 11011010 1001 1010111 0 1111 100100110 1001101 110000

Color Harmonies of #C71CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71CDA

Black with #C71CDA

Text Example


Text Example

White with #C71CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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