Html Css Color HEX #C112AD Deep Magenta

📋 copy color: '#C112AD'

red 193 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #C112AD

Tints of Deep Magenta #C112AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.05%

R = 50.26%
G = 4.69%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C112AD (or 0xC112AD) is known color: Deep Magenta. HEX triplet: C1, 12 and AD. RGB value is (193,18,173). Sum of RGB (Red+Green+Blue) = 193+18+173=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C112AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112AD is #3EED52. Grayscale: #575757. Windows color (decimal): -4123987 or 11342529. OLE color: 11342529.

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

Color convert

RGB 193 18 173 -
CMYK 0 0.91 0.10 0.24
HSL 306.86º 0.83% 0.41% -
HSV(B) 306.86º 0.91% 0.76% -
XYZ 29.75 14.79 40.82 -
YUV 88 175.98 202.9 -
System Red Green Blue C M Y K H S L
Decimal 193 18 173 0 0.91 0.10 0.24 306.86 0.83 0.41
Hex C1 12 AD 0 5B A 18 133 53 29
Octal 301 22 255 0 133 12 30 463 123 51
Binary 11000001 10010 10101101 0 1011011 1010 11000 100110011 1010011 101001

Color Harmonies of #C112AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112AD

Black with #C112AD

Text Example


Text Example

White with #C112AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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