Html Css Color HEX #C71DB6 Deep Magenta

📋 copy color: '#C71DB6'

red 199 ◦ green 29 ◦ blue 182

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

Shades of Deep Magenta #C71DB6

Tints of Deep Magenta #C71DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.39%

R = 48.54%
G = 7.07%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C71DB6 (or 0xC71DB6) is known color: Deep Magenta. HEX triplet: C7, 1D and B6. RGB value is (199,29,182). Sum of RGB (Red+Green+Blue) = 199+29+182=410 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.54% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 182 (71.48% from 255 or 44.39% from 410); Max value from RGB is 199 - color contains mainly: red. Hex color #C71DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C71DB6 is #38E249. Grayscale: #606060. Windows color (decimal): -3727946 or 11935175. OLE color: 11935175.

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

Color convert

RGB 199 29 182 -
CMYK 0 0.85 0.09 0.22
HSL 306º 0.75% 0.45% -
HSV(B) 306º 0.85% 0.78% -
XYZ 32.44 16.4 45.71 -
YUV 97.27 175.82 200.56 -
System Red Green Blue C M Y K H S L
Decimal 199 29 182 0 0.85 0.09 0.22 306 0.75 0.45
Hex C7 1D B6 0 55 9 16 132 4B 2D
Octal 307 35 266 0 125 11 26 462 113 55
Binary 11000111 11101 10110110 0 1010101 1001 10110 100110010 1001011 101101

Color Harmonies of #C71DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71DB6

Black with #C71DB6

Text Example


Text Example

White with #C71DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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