Html Css Color HEX #C711BA Deep Magenta

📋 copy color: '#C711BA'

red 199 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #C711BA

Tints of Deep Magenta #C711BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.23%

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 49.5%
G = 4.23%
B = 46.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C711BA (or 0xC711BA) is known color: Deep Magenta. HEX triplet: C7, 11 and BA. RGB value is (199,17,186). Sum of RGB (Red+Green+Blue) = 199+17+186=402 (53% of max value = 765). Red value is 199 (78.12% from 255 or 49.50% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 199 - color contains mainly: red. Hex color #C711BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C711BA is #38EE45. Grayscale: #5A5A5A. Windows color (decimal): -3731014 or 12194247. OLE color: 12194247.

HSL color Cylindrical-coordinate representation of color #C711BA: hue angle of 304.29º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C711BA is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 17 186 -
CMYK 0 0.91 0.07 0.22
HSL 304.29º 0.84% 0.42% -
HSV(B) 304.29º 0.91% 0.78% -
XYZ 32.62 16.09 47.84 -
YUV 90.68 181.8 205.26 -
System Red Green Blue C M Y K H S L
Decimal 199 17 186 0 0.91 0.07 0.22 304.29 0.84 0.42
Hex C7 11 BA 0 5B 7 16 130 54 2A
Octal 307 21 272 0 133 7 26 460 124 52
Binary 11000111 10001 10111010 0 1011011 111 10110 100110000 1010100 101010

Color Harmonies of #C711BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711BA

Black with #C711BA

Text Example


Text Example

White with #C711BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711BA; }

 p { color: rgb(199,17,186); }

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

background-color css

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

 a { background-color: rgb(199,17,186); }

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

border-color css

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

 span { border-color: rgb(199,17,186); }

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