Html Css Color HEX #C71FB1 Deep Magenta

📋 copy color: '#C71FB1'

red 199 ◦ green 31 ◦ blue 177

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

Shades of Deep Magenta #C71FB1

Tints of Deep Magenta #C71FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.49%

R = 48.89%
G = 7.62%
B = 43.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C71FB1 (or 0xC71FB1) is known color: Deep Magenta. HEX triplet: C7, 1F and B1. RGB value is (199,31,177). Sum of RGB (Red+Green+Blue) = 199+31+177=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 31 (12.5% from 255 or 7.62% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71FB1 is #38E04E. Grayscale: #616161. Windows color (decimal): -3727439 or 11608007. OLE color: 11608007.

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

Color convert

RGB 199 31 177 -
CMYK 0 0.84 0.11 0.22
HSL 307.86º 0.73% 0.45% -
HSV(B) 307.86º 0.84% 0.78% -
XYZ 31.98 16.3 43.06 -
YUV 97.88 172.66 200.13 -
System Red Green Blue C M Y K H S L
Decimal 199 31 177 0 0.84 0.11 0.22 307.86 0.73 0.45
Hex C7 1F B1 0 54 B 16 134 49 2D
Octal 307 37 261 0 124 13 26 464 111 55
Binary 11000111 11111 10110001 0 1010100 1011 10110 100110100 1001001 101101

Color Harmonies of #C71FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FB1

Black with #C71FB1

Text Example


Text Example

White with #C71FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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