Html Css Color HEX #C71BAF Deep Magenta

📋 copy color: '#C71BAF'

red 199 ◦ green 27 ◦ blue 175

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

Shades of Deep Magenta #C71BAF

Tints of Deep Magenta #C71BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.64%

R = 49.63%
G = 6.73%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C71BAF (or 0xC71BAF) is known color: Deep Magenta. HEX triplet: C7, 1B and AF. RGB value is (199,27,175). Sum of RGB (Red+Green+Blue) = 199+27+175=401 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.63% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 175 (68.75% from 255 or 43.64% from 401); Max value from RGB is 199 - color contains mainly: red. Hex color #C71BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C71BAF is #38E450. Grayscale: #5E5E5E. Windows color (decimal): -3728465 or 11475911. OLE color: 11475911.

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

Color convert

RGB 199 27 175 -
CMYK 0 0.86 0.12 0.22
HSL 308.37º 0.76% 0.44% -
HSV(B) 308.37º 0.86% 0.78% -
XYZ 31.68 16.02 41.98 -
YUV 95.3 172.98 201.97 -
System Red Green Blue C M Y K H S L
Decimal 199 27 175 0 0.86 0.12 0.22 308.37 0.76 0.44
Hex C7 1B AF 0 56 C 16 134 4C 2C
Octal 307 33 257 0 126 14 26 464 114 54
Binary 11000111 11011 10101111 0 1010110 1100 10110 100110100 1001100 101100

Color Harmonies of #C71BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C71BAF

Black with #C71BAF

Text Example


Text Example

White with #C71BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C71BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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