Html Css Color HEX #C112BA Deep Magenta

📋 copy color: '#C112BA'

red 193 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #C112BA

Tints of Deep Magenta #C112BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.53%

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

R = 48.61%
G = 4.53%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C112BA (or 0xC112BA) is known color: Deep Magenta. HEX triplet: C1, 12 and BA. RGB value is (193,18,186). Sum of RGB (Red+Green+Blue) = 193+18+186=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C112BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112BA is #3EED45. Grayscale: #585858. Windows color (decimal): -4123974 or 12194497. OLE color: 12194497.

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

Color convert

RGB 193 18 186 -
CMYK 0 0.91 0.04 0.24
HSL 302.4º 0.83% 0.41% -
HSV(B) 302.4º 0.91% 0.76% -
XYZ 31.07 15.32 47.77 -
YUV 89.48 182.48 201.84 -
System Red Green Blue C M Y K H S L
Decimal 193 18 186 0 0.91 0.04 0.24 302.4 0.83 0.41
Hex C1 12 BA 0 5B 4 18 12E 53 29
Octal 301 22 272 0 133 4 30 456 123 51
Binary 11000001 10010 10111010 0 1011011 100 11000 100101110 1010011 101001

Color Harmonies of #C112BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112BA

Black with #C112BA

Text Example


Text Example

White with #C112BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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