Html Css Color HEX #C71FBF Deep Magenta

📋 copy color: '#C71FBF'

red 199 ◦ green 31 ◦ blue 191

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

Shades of Deep Magenta #C71FBF

Tints of Deep Magenta #C71FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.37%

R = 47.27%
G = 7.36%
B = 45.37%

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

#C71FBF (or 0xC71FBF) is known color: Deep Magenta. HEX triplet: C7, 1F and BF. RGB value is (199,31,191). Sum of RGB (Red+Green+Blue) = 199+31+191=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FBF is #38E040. Grayscale: #636363. Windows color (decimal): -3727425 or 12525511. OLE color: 12525511.

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

Color convert

RGB 199 31 191 -
CMYK 0 0.84 0.04 0.22
HSL 302.86º 0.73% 0.45% -
HSV(B) 302.86º 0.84% 0.78% -
XYZ 33.45 16.88 50.79 -
YUV 99.47 179.66 198.99 -
System Red Green Blue C M Y K H S L
Decimal 199 31 191 0 0.84 0.04 0.22 302.86 0.73 0.45
Hex C7 1F BF 0 54 4 16 12F 49 2D
Octal 307 37 277 0 124 4 26 457 111 55
Binary 11000111 11111 10111111 0 1010100 100 10110 100101111 1001001 101101

Color Harmonies of #C71FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FBF

Black with #C71FBF

Text Example


Text Example

White with #C71FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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