Html Css Color HEX #C71EC0 Deep Magenta

📋 copy color: '#C71EC0'

red 199 ◦ green 30 ◦ blue 192

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

Shades of Deep Magenta #C71EC0

Tints of Deep Magenta #C71EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.61%

R = 47.27%
G = 7.13%
B = 45.61%

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

#C71EC0 (or 0xC71EC0) is known color: Deep Magenta. HEX triplet: C7, 1E and C0. RGB value is (199,30,192). Sum of RGB (Red+Green+Blue) = 199+30+192=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C71EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71EC0 is #38E13F. Grayscale: #626262. Windows color (decimal): -3727680 or 12590791. OLE color: 12590791.

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

Color convert

RGB 199 30 192 -
CMYK 0 0.85 0.04 0.22
HSL 302.49º 0.74% 0.45% -
HSV(B) 302.49º 0.85% 0.78% -
XYZ 33.53 16.88 51.36 -
YUV 99 180.49 199.33 -
System Red Green Blue C M Y K H S L
Decimal 199 30 192 0 0.85 0.04 0.22 302.49 0.74 0.45
Hex C7 1E C0 0 55 4 16 12E 4A 2D
Octal 307 36 300 0 125 4 26 456 112 55
Binary 11000111 11110 11000000 0 1010101 100 10110 100101110 1001010 101101

Color Harmonies of #C71EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71EC0

Black with #C71EC0

Text Example


Text Example

White with #C71EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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