Html Css Color HEX #C71BAD Deep Magenta

📋 copy color: '#C71BAD'

red 199 ◦ green 27 ◦ blue 173

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

Shades of Deep Magenta #C71BAD

Tints of Deep Magenta #C71BAD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.77%

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 49.87%
G = 6.77%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C71BAD (or 0xC71BAD) is known color: Deep Magenta. HEX triplet: C7, 1B and AD. RGB value is (199,27,173). Sum of RGB (Red+Green+Blue) = 199+27+173=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71BAD is #38E452. Grayscale: #5E5E5E. Windows color (decimal): -3728467 or 11344839. OLE color: 11344839.

HSL color Cylindrical-coordinate representation of color #C71BAD: hue angle of 309.07º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C71BAD is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 27 173 -
CMYK 0 0.86 0.13 0.22
HSL 309.07º 0.76% 0.44% -
HSV(B) 309.07º 0.86% 0.78% -
XYZ 31.49 15.94 40.95 -
YUV 95.07 171.98 202.13 -
System Red Green Blue C M Y K H S L
Decimal 199 27 173 0 0.86 0.13 0.22 309.07 0.76 0.44
Hex C7 1B AD 0 56 D 16 135 4C 2C
Octal 307 33 255 0 126 15 26 465 114 54
Binary 11000111 11011 10101101 0 1010110 1101 10110 100110101 1001100 101100

Color Harmonies of #C71BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BAD

Black with #C71BAD

Text Example


Text Example

White with #C71BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BAD; }

 p { color: rgb(199,27,173); }

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

background-color css

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

 a { background-color: rgb(199,27,173); }

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

border-color css

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

 span { border-color: rgb(199,27,173); }

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