Html Css Color HEX #C71FC0 Deep Magenta

📋 copy color: '#C71FC0'

red 199 ◦ green 31 ◦ blue 192

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

Shades of Deep Magenta #C71FC0

Tints of Deep Magenta #C71FC0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.35%

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

R = 47.16%
G = 7.35%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C71FC0 (or 0xC71FC0) is known color: Deep Magenta. HEX triplet: C7, 1F and C0. RGB value is (199,31,192). Sum of RGB (Red+Green+Blue) = 199+31+192=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 31 (12.5% from 255 or 7.35% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FC0 is #38E03F. Grayscale: #636363. Windows color (decimal): -3727424 or 12591047. OLE color: 12591047.

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

Color convert

RGB 199 31 192 -
CMYK 0 0.84 0.04 0.22
HSL 302.5º 0.73% 0.45% -
HSV(B) 302.5º 0.84% 0.78% -
XYZ 33.56 16.93 51.37 -
YUV 99.59 180.16 198.91 -
System Red Green Blue C M Y K H S L
Decimal 199 31 192 0 0.84 0.04 0.22 302.5 0.73 0.45
Hex C7 1F C0 0 54 4 16 12E 49 2D
Octal 307 37 300 0 124 4 26 456 111 55
Binary 11000111 11111 11000000 0 1010100 100 10110 100101110 1001001 101101

Color Harmonies of #C71FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FC0

Black with #C71FC0

Text Example


Text Example

White with #C71FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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