Html Css Color HEX #C71FB9 Deep Magenta

📋 copy color: '#C71FB9'

red 199 ◦ green 31 ◦ blue 185

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

Shades of Deep Magenta #C71FB9

Tints of Deep Magenta #C71FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.58%

R = 47.95%
G = 7.47%
B = 44.58%

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

#C71FB9 (or 0xC71FB9) is known color: Deep Magenta. HEX triplet: C7, 1F and B9. RGB value is (199,31,185). Sum of RGB (Red+Green+Blue) = 199+31+185=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 31 (12.5% from 255 or 7.47% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C71FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71FB9 is #38E046. Grayscale: #626262. Windows color (decimal): -3727431 or 12132295. OLE color: 12132295.

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

Color convert

RGB 199 31 185 -
CMYK 0 0.84 0.07 0.22
HSL 305º 0.73% 0.45% -
HSV(B) 305º 0.84% 0.78% -
XYZ 32.8 16.62 47.38 -
YUV 98.79 176.66 199.48 -
System Red Green Blue C M Y K H S L
Decimal 199 31 185 0 0.84 0.07 0.22 305 0.73 0.45
Hex C7 1F B9 0 54 7 16 131 49 2D
Octal 307 37 271 0 124 7 26 461 111 55
Binary 11000111 11111 10111001 0 1010100 111 10110 100110001 1001001 101101

Color Harmonies of #C71FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71FB9

Black with #C71FB9

Text Example


Text Example

White with #C71FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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