Html Css Color HEX #C119BA Deep Magenta

📋 copy color: '#C119BA'

red 193 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #C119BA

Tints of Deep Magenta #C119BA

RGB

 RED value IS 193 (75.78% from 255) = 47.77%

 GREEN value IS 25 (10.16% from 255) = 6.19%

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

R = 47.77%
G = 6.19%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C119BA (or 0xC119BA) is known color: Deep Magenta. HEX triplet: C1, 19 and BA. RGB value is (193,25,186). Sum of RGB (Red+Green+Blue) = 193+25+186=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C119BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119BA is #3EE645. Grayscale: #5D5D5D. Windows color (decimal): -4122182 or 12196289. OLE color: 12196289.

HSL color Cylindrical-coordinate representation of color #C119BA: hue angle of 302.5º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C119BA is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 186 -
CMYK 0 0.87 0.04 0.24
HSL 302.5º 0.77% 0.43% -
HSV(B) 302.5º 0.87% 0.76% -
XYZ 31.2 15.58 47.82 -
YUV 93.59 180.16 198.91 -
System Red Green Blue C M Y K H S L
Decimal 193 25 186 0 0.87 0.04 0.24 302.5 0.77 0.43
Hex C1 19 BA 0 57 4 18 12E 4D 2B
Octal 301 31 272 0 127 4 30 456 115 53
Binary 11000001 11001 10111010 0 1010111 100 11000 100101110 1001101 101011

Color Harmonies of #C119BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C119BA

Black with #C119BA

Text Example


Text Example

White with #C119BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C119BA; }

 p { color: rgb(193,25,186); }

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

background-color css

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

 a { background-color: rgb(193,25,186); }

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

border-color css

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

 span { border-color: rgb(193,25,186); }

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