Html Css Color HEX #C112BC Deep Magenta

📋 copy color: '#C112BC'

red 193 ◦ green 18 ◦ blue 188

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

Shades of Deep Magenta #C112BC

Tints of Deep Magenta #C112BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.12%

R = 48.37%
G = 4.51%
B = 47.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C112BC (or 0xC112BC) is known color: Deep Magenta. HEX triplet: C1, 12 and BC. RGB value is (193,18,188). Sum of RGB (Red+Green+Blue) = 193+18+188=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 18 (7.42% from 255 or 4.51% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C112BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112BC is #3EED43. Grayscale: #595959. Windows color (decimal): -4123972 or 12325569. OLE color: 12325569.

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

Color convert

RGB 193 18 188 -
CMYK 0 0.91 0.03 0.24
HSL 301.71º 0.83% 0.41% -
HSV(B) 301.71º 0.91% 0.76% -
XYZ 31.29 15.4 48.9 -
YUV 89.71 183.48 201.68 -
System Red Green Blue C M Y K H S L
Decimal 193 18 188 0 0.91 0.03 0.24 301.71 0.83 0.41
Hex C1 12 BC 0 5B 3 18 12E 53 29
Octal 301 22 274 0 133 3 30 456 123 51
Binary 11000001 10010 10111100 0 1011011 11 11000 100101110 1010011 101001

Color Harmonies of #C112BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112BC

Black with #C112BC

Text Example


Text Example

White with #C112BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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