Html Css Color HEX #C71EBF Deep Magenta

📋 copy color: '#C71EBF'

red 199 ◦ green 30 ◦ blue 191

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

Shades of Deep Magenta #C71EBF

Tints of Deep Magenta #C71EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.48%

R = 47.38%
G = 7.14%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C71EBF (or 0xC71EBF) is known color: Deep Magenta. HEX triplet: C7, 1E and BF. RGB value is (199,30,191). Sum of RGB (Red+Green+Blue) = 199+30+191=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EBF is #38E140. Grayscale: #626262. Windows color (decimal): -3727681 or 12525255. OLE color: 12525255.

HSL color Cylindrical-coordinate representation of color #C71EBF: hue angle of 302.84º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71EBF is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 191 -
CMYK 0 0.85 0.04 0.22
HSL 302.84º 0.74% 0.45% -
HSV(B) 302.84º 0.85% 0.78% -
XYZ 33.42 16.83 50.78 -
YUV 98.89 179.99 199.41 -
System Red Green Blue C M Y K H S L
Decimal 199 30 191 0 0.85 0.04 0.22 302.84 0.74 0.45
Hex C7 1E BF 0 55 4 16 12F 4A 2D
Octal 307 36 277 0 125 4 26 457 112 55
Binary 11000111 11110 10111111 0 1010101 100 10110 100101111 1001010 101101

Color Harmonies of #C71EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EBF

Black with #C71EBF

Text Example


Text Example

White with #C71EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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