Html Css Color HEX #C71ED5 Deep Magenta

📋 copy color: '#C71ED5'

red 199 ◦ green 30 ◦ blue 213

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

Shades of Deep Magenta #C71ED5

Tints of Deep Magenta #C71ED5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.79%

 BLUE value IS 213 (83.59% from 255) = 48.19%

R = 45.02%
G = 6.79%
B = 48.19%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C71ED5 (or 0xC71ED5) is known color: Deep Magenta. HEX triplet: C7, 1E and D5. RGB value is (199,30,213). Sum of RGB (Red+Green+Blue) = 199+30+213=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #C71ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71ED5 is #38E12A. Grayscale: #646464. Windows color (decimal): -3727659 or 13967047. OLE color: 13967047.

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

Color convert

RGB 199 30 213 -
CMYK 0.07 0.86 0 0.16
HSL 295.41º 0.75% 0.48% -
HSV(B) 295.41º 0.86% 0.84% -
XYZ 36.03 17.87 64.5 -
YUV 101.39 190.99 197.62 -
System Red Green Blue C M Y K H S L
Decimal 199 30 213 0.07 0.86 0 0.16 295.41 0.75 0.48
Hex C7 1E D5 7 56 0 10 127 4B 30
Octal 307 36 325 7 126 0 20 447 113 60
Binary 11000111 11110 11010101 111 1010110 0 10000 100100111 1001011 110000

Color Harmonies of #C71ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71ED5

Black with #C71ED5

Text Example


Text Example

White with #C71ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71ED5; }

 p { color: rgb(199,30,213); }

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

background-color css

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

 a { background-color: rgb(199,30,213); }

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

border-color css

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

 span { border-color: rgb(199,30,213); }

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