Html Css Color HEX #C71FB7 Deep Magenta

📋 copy color: '#C71FB7'

red 199 ◦ green 31 ◦ blue 183

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

Shades of Deep Magenta #C71FB7

Tints of Deep Magenta #C71FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.31%

R = 48.18%
G = 7.51%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C71FB7 (or 0xC71FB7) is known color: Deep Magenta. HEX triplet: C7, 1F and B7. RGB value is (199,31,183). Sum of RGB (Red+Green+Blue) = 199+31+183=413 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.18% from 413); Green value is 31 (12.5% from 255 or 7.51% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FB7 is #38E048. Grayscale: #626262. Windows color (decimal): -3727433 or 12001223. OLE color: 12001223.

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

Color convert

RGB 199 31 183 -
CMYK 0 0.84 0.08 0.22
HSL 305.71º 0.73% 0.45% -
HSV(B) 305.71º 0.84% 0.78% -
XYZ 32.59 16.54 46.27 -
YUV 98.56 175.66 199.64 -
System Red Green Blue C M Y K H S L
Decimal 199 31 183 0 0.84 0.08 0.22 305.71 0.73 0.45
Hex C7 1F B7 0 54 8 16 132 49 2D
Octal 307 37 267 0 124 10 26 462 111 55
Binary 11000111 11111 10110111 0 1010100 1000 10110 100110010 1001001 101101

Color Harmonies of #C71FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FB7

Black with #C71FB7

Text Example


Text Example

White with #C71FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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