Html Css Color HEX #C71DBF Deep Magenta

📋 copy color: '#C71DBF'

red 199 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #C71DBF

Tints of Deep Magenta #C71DBF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.92%

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

R = 47.49%
G = 6.92%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C71DBF (or 0xC71DBF) is known color: Deep Magenta. HEX triplet: C7, 1D and BF. RGB value is (199,29,191). Sum of RGB (Red+Green+Blue) = 199+29+191=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DBF is #38E240. Grayscale: #616161. Windows color (decimal): -3727937 or 12524999. OLE color: 12524999.

HSL color Cylindrical-coordinate representation of color #C71DBF: hue angle of 302.82º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C71DBF is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 29 191 -
CMYK 0 0.85 0.04 0.22
HSL 302.82º 0.75% 0.45% -
HSV(B) 302.82º 0.85% 0.78% -
XYZ 33.4 16.78 50.77 -
YUV 98.3 180.32 199.83 -
System Red Green Blue C M Y K H S L
Decimal 199 29 191 0 0.85 0.04 0.22 302.82 0.75 0.45
Hex C7 1D BF 0 55 4 16 12F 4B 2D
Octal 307 35 277 0 125 4 26 457 113 55
Binary 11000111 11101 10111111 0 1010101 100 10110 100101111 1001011 101101

Color Harmonies of #C71DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DBF

Black with #C71DBF

Text Example


Text Example

White with #C71DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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