Html Css Color HEX #C119BB Deep Magenta

📋 copy color: '#C119BB'

red 193 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #C119BB

Tints of Deep Magenta #C119BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 47.65%
G = 6.17%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C119BB (or 0xC119BB) is known color: Deep Magenta. HEX triplet: C1, 19 and BB. RGB value is (193,25,187). Sum of RGB (Red+Green+Blue) = 193+25+187=405 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.65% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 193 - color contains mainly: red. Hex color #C119BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119BB is #3EE644. Grayscale: #5D5D5D. Windows color (decimal): -4122181 or 12261825. OLE color: 12261825.

HSL color Cylindrical-coordinate representation of color #C119BB: hue angle of 302.14º 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 #C119BB is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 25 187 -
CMYK 0 0.87 0.03 0.24
HSL 302.14º 0.77% 0.43% -
HSV(B) 302.14º 0.87% 0.76% -
XYZ 31.31 15.62 48.38 -
YUV 93.7 180.66 198.83 -
System Red Green Blue C M Y K H S L
Decimal 193 25 187 0 0.87 0.03 0.24 302.14 0.77 0.43
Hex C1 19 BB 0 57 3 18 12E 4D 2B
Octal 301 31 273 0 127 3 30 456 115 53
Binary 11000001 11001 10111011 0 1010111 11 11000 100101110 1001101 101011

Color Harmonies of #C119BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C119BB

Black with #C119BB

Text Example


Text Example

White with #C119BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C119BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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