Html Css Color HEX #C71FBA Deep Magenta

📋 copy color: '#C71FBA'

red 199 ◦ green 31 ◦ blue 186

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

Shades of Deep Magenta #C71FBA

Tints of Deep Magenta #C71FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.71%

R = 47.84%
G = 7.45%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C71FBA (or 0xC71FBA) is known color: Deep Magenta. HEX triplet: C7, 1F and BA. RGB value is (199,31,186). Sum of RGB (Red+Green+Blue) = 199+31+186=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FBA is #38E045. Grayscale: #626262. Windows color (decimal): -3727430 or 12197831. OLE color: 12197831.

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

Color convert

RGB 199 31 186 -
CMYK 0 0.84 0.07 0.22
HSL 304.64º 0.73% 0.45% -
HSV(B) 304.64º 0.84% 0.78% -
XYZ 32.91 16.67 47.94 -
YUV 98.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 199 31 186 0 0.84 0.07 0.22 304.64 0.73 0.45
Hex C7 1F BA 0 54 7 16 131 49 2D
Octal 307 37 272 0 124 7 26 461 111 55
Binary 11000111 11111 10111010 0 1010100 111 10110 100110001 1001001 101101

Color Harmonies of #C71FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FBA

Black with #C71FBA

Text Example


Text Example

White with #C71FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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