Html Css Color HEX #C112B9 Deep Magenta

📋 copy color: '#C112B9'

red 193 ◦ green 18 ◦ blue 185

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

Shades of Deep Magenta #C112B9

Tints of Deep Magenta #C112B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 48.74%
G = 4.55%
B = 46.72%

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

#C112B9 (or 0xC112B9) is known color: Deep Magenta. HEX triplet: C1, 12 and B9. RGB value is (193,18,185). Sum of RGB (Red+Green+Blue) = 193+18+185=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C112B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112B9 is #3EED46. Grayscale: #585858. Windows color (decimal): -4123975 or 12128961. OLE color: 12128961.

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

Color convert

RGB 193 18 185 -
CMYK 0 0.91 0.04 0.24
HSL 302.74º 0.83% 0.41% -
HSV(B) 302.74º 0.91% 0.76% -
XYZ 30.97 15.27 47.21 -
YUV 89.36 181.98 201.92 -
System Red Green Blue C M Y K H S L
Decimal 193 18 185 0 0.91 0.04 0.24 302.74 0.83 0.41
Hex C1 12 B9 0 5B 4 18 12F 53 29
Octal 301 22 271 0 133 4 30 457 123 51
Binary 11000001 10010 10111001 0 1011011 100 11000 100101111 1010011 101001

Color Harmonies of #C112B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112B9

Black with #C112B9

Text Example


Text Example

White with #C112B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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