Html Css Color HEX #C118BE Deep Magenta

📋 copy color: '#C118BE'

red 193 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #C118BE

Tints of Deep Magenta #C118BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

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

R = 47.42%
G = 5.9%
B = 46.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C118BE (or 0xC118BE) is known color: Deep Magenta. HEX triplet: C1, 18 and BE. RGB value is (193,24,190). Sum of RGB (Red+Green+Blue) = 193+24+190=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C118BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C118BE is #3EE741. Grayscale: #5C5C5C. Windows color (decimal): -4122434 or 12458177. OLE color: 12458177.

HSL color Cylindrical-coordinate representation of color #C118BE: hue angle of 301.07º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C118BE is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 24 190 -
CMYK 0 0.88 0.02 0.24
HSL 301.07º 0.78% 0.43% -
HSV(B) 301.07º 0.88% 0.76% -
XYZ 31.61 15.71 50.08 -
YUV 93.46 182.49 199 -
System Red Green Blue C M Y K H S L
Decimal 193 24 190 0 0.88 0.02 0.24 301.07 0.78 0.43
Hex C1 18 BE 0 58 2 18 12D 4E 2B
Octal 301 30 276 0 130 2 30 455 116 53
Binary 11000001 11000 10111110 0 1011000 10 11000 100101101 1001110 101011

Color Harmonies of #C118BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C118BE

Black with #C118BE

Text Example


Text Example

White with #C118BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C118BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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