Html Css Color HEX #C71EBC Deep Magenta

📋 copy color: '#C71EBC'

red 199 ◦ green 30 ◦ blue 188

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

Shades of Deep Magenta #C71EBC

Tints of Deep Magenta #C71EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.08%

R = 47.72%
G = 7.19%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C71EBC (or 0xC71EBC) is known color: Deep Magenta. HEX triplet: C7, 1E and BC. RGB value is (199,30,188). Sum of RGB (Red+Green+Blue) = 199+30+188=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EBC is #38E143. Grayscale: #626262. Windows color (decimal): -3727684 or 12328647. OLE color: 12328647.

HSL color Cylindrical-coordinate representation of color #C71EBC: hue angle of 303.91º 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 #C71EBC is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 30 188 -
CMYK 0 0.85 0.06 0.22
HSL 303.91º 0.74% 0.45% -
HSV(B) 303.91º 0.85% 0.78% -
XYZ 33.09 16.7 49.06 -
YUV 98.54 178.49 199.65 -
System Red Green Blue C M Y K H S L
Decimal 199 30 188 0 0.85 0.06 0.22 303.91 0.74 0.45
Hex C7 1E BC 0 55 6 16 130 4A 2D
Octal 307 36 274 0 125 6 26 460 112 55
Binary 11000111 11110 10111100 0 1010101 110 10110 100110000 1001010 101101

Color Harmonies of #C71EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EBC

Black with #C71EBC

Text Example


Text Example

White with #C71EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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