Html Css Color HEX #C113BE Deep Magenta

📋 copy color: '#C113BE'

red 193 ◦ green 19 ◦ blue 190

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

Shades of Deep Magenta #C113BE

Tints of Deep Magenta #C113BE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.73%

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

R = 48.01%
G = 4.73%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C113BE (or 0xC113BE) is known color: Deep Magenta. HEX triplet: C1, 13 and BE. RGB value is (193,19,190). Sum of RGB (Red+Green+Blue) = 193+19+190=402 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.01% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 193 - color contains mainly: red. Hex color #C113BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C113BE is #3EEC41. Grayscale: #5A5A5A. Windows color (decimal): -4123714 or 12456897. OLE color: 12456897.

HSL color Cylindrical-coordinate representation of color #C113BE: hue angle of 301.03º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C113BE is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 190 -
CMYK 0 0.90 0.02 0.24
HSL 301.03º 0.82% 0.42% -
HSV(B) 301.03º 0.9% 0.76% -
XYZ 31.52 15.52 50.05 -
YUV 90.52 184.15 201.1 -
System Red Green Blue C M Y K H S L
Decimal 193 19 190 0 0.90 0.02 0.24 301.03 0.82 0.42
Hex C1 13 BE 0 5A 2 18 12D 52 2A
Octal 301 23 276 0 132 2 30 455 122 52
Binary 11000001 10011 10111110 0 1011010 10 11000 100101101 1010010 101010

Color Harmonies of #C113BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C113BE

Black with #C113BE

Text Example


Text Example

White with #C113BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C113BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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