Html Css Color HEX #C112BE Deep Magenta

📋 copy color: '#C112BE'

red 193 ◦ green 18 ◦ blue 190

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

Shades of Deep Magenta #C112BE

Tints of Deep Magenta #C112BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.38%

R = 48.13%
G = 4.49%
B = 47.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C112BE (or 0xC112BE) is known color: Deep Magenta. HEX triplet: C1, 12 and BE. RGB value is (193,18,190). Sum of RGB (Red+Green+Blue) = 193+18+190=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C112BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C112BE is #3EED41. Grayscale: #595959. Windows color (decimal): -4123970 or 12456641. OLE color: 12456641.

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

Color convert

RGB 193 18 190 -
CMYK 0 0.91 0.02 0.24
HSL 301.03º 0.83% 0.41% -
HSV(B) 301.03º 0.91% 0.76% -
XYZ 31.5 15.49 50.04 -
YUV 89.93 184.48 201.51 -
System Red Green Blue C M Y K H S L
Decimal 193 18 190 0 0.91 0.02 0.24 301.03 0.83 0.41
Hex C1 12 BE 0 5B 2 18 12D 53 29
Octal 301 22 276 0 133 2 30 455 123 51
Binary 11000001 10010 10111110 0 1011011 10 11000 100101101 1010011 101001

Color Harmonies of #C112BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C112BE

Black with #C112BE

Text Example


Text Example

White with #C112BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C112BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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