Html Css Color HEX #C119BC Deep Magenta

📋 copy color: '#C119BC'

red 193 ◦ green 25 ◦ blue 188

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

Shades of Deep Magenta #C119BC

Tints of Deep Magenta #C119BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 47.54%
G = 6.16%
B = 46.31%

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

#C119BC (or 0xC119BC) is known color: Deep Magenta. HEX triplet: C1, 19 and BC. RGB value is (193,25,188). Sum of RGB (Red+Green+Blue) = 193+25+188=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C119BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C119BC is #3EE643. Grayscale: #5D5D5D. Windows color (decimal): -4122180 or 12327361. OLE color: 12327361.

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

Color convert

RGB 193 25 188 -
CMYK 0 0.87 0.03 0.24
HSL 301.79º 0.77% 0.43% -
HSV(B) 301.79º 0.87% 0.76% -
XYZ 31.42 15.66 48.94 -
YUV 93.81 181.16 198.75 -
System Red Green Blue C M Y K H S L
Decimal 193 25 188 0 0.87 0.03 0.24 301.79 0.77 0.43
Hex C1 19 BC 0 57 3 18 12E 4D 2B
Octal 301 31 274 0 127 3 30 456 115 53
Binary 11000001 11001 10111100 0 1010111 11 11000 100101110 1001101 101011

Color Harmonies of #C119BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C119BC

Black with #C119BC

Text Example


Text Example

White with #C119BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C119BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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