Html Css Color HEX #C112AC Deep Magenta

📋 copy color: '#C112AC'

red 193 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #C112AC

Tints of Deep Magenta #C112AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 50.39%
G = 4.7%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C112AC (or 0xC112AC) is known color: Deep Magenta. HEX triplet: C1, 12 and AC. RGB value is (193,18,172). Sum of RGB (Red+Green+Blue) = 193+18+172=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C112AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112AC is #3EED53. Grayscale: #575757. Windows color (decimal): -4123988 or 11276993. OLE color: 11276993.

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

Color convert

RGB 193 18 172 -
CMYK 0 0.91 0.11 0.24
HSL 307.2º 0.83% 0.41% -
HSV(B) 307.2º 0.91% 0.76% -
XYZ 29.66 14.75 40.31 -
YUV 87.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 193 18 172 0 0.91 0.11 0.24 307.2 0.83 0.41
Hex C1 12 AC 0 5B B 18 133 53 29
Octal 301 22 254 0 133 13 30 463 123 51
Binary 11000001 10010 10101100 0 1011011 1011 11000 100110011 1010011 101001

Color Harmonies of #C112AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112AC

Black with #C112AC

Text Example


Text Example

White with #C112AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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