Html Css Color HEX #C112B2 Deep Magenta

📋 copy color: '#C112B2'

red 193 ◦ green 18 ◦ blue 178

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

Shades of Deep Magenta #C112B2

Tints of Deep Magenta #C112B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.76%

R = 49.61%
G = 4.63%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C112B2 (or 0xC112B2) is known color: Deep Magenta. HEX triplet: C1, 12 and B2. RGB value is (193,18,178). Sum of RGB (Red+Green+Blue) = 193+18+178=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C112B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C112B2 is #3EED4D. Grayscale: #585858. Windows color (decimal): -4123982 or 11670209. OLE color: 11670209.

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

Color convert

RGB 193 18 178 -
CMYK 0 0.91 0.08 0.24
HSL 305.14º 0.83% 0.41% -
HSV(B) 305.14º 0.91% 0.76% -
XYZ 30.24 14.98 43.42 -
YUV 88.57 178.48 202.49 -
System Red Green Blue C M Y K H S L
Decimal 193 18 178 0 0.91 0.08 0.24 305.14 0.83 0.41
Hex C1 12 B2 0 5B 8 18 131 53 29
Octal 301 22 262 0 133 10 30 461 123 51
Binary 11000001 10010 10110010 0 1011011 1000 11000 100110001 1010011 101001

Color Harmonies of #C112B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112B2

Black with #C112B2

Text Example


Text Example

White with #C112B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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