Html Css Color HEX #C115BE Deep Magenta

📋 copy color: '#C115BE'

red 193 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #C115BE

Tints of Deep Magenta #C115BE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.2%

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

R = 47.77%
G = 5.2%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C115BE (or 0xC115BE) is known color: Deep Magenta. HEX triplet: C1, 15 and BE. RGB value is (193,21,190). Sum of RGB (Red+Green+Blue) = 193+21+190=404 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.77% from 404); Green value is 21 (8.59% from 255 or 5.20% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 193 - color contains mainly: red. Hex color #C115BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115BE is #3EEA41. Grayscale: #5B5B5B. Windows color (decimal): -4123202 or 12457409. OLE color: 12457409.

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

Color convert

RGB 193 21 190 -
CMYK 0 0.89 0.02 0.24
HSL 301.05º 0.8% 0.42% -
HSV(B) 301.05º 0.89% 0.76% -
XYZ 31.55 15.59 50.06 -
YUV 91.69 183.48 200.26 -
System Red Green Blue C M Y K H S L
Decimal 193 21 190 0 0.89 0.02 0.24 301.05 0.8 0.42
Hex C1 15 BE 0 59 2 18 12D 50 2A
Octal 301 25 276 0 131 2 30 455 120 52
Binary 11000001 10101 10111110 0 1011001 10 11000 100101101 1010000 101010

Color Harmonies of #C115BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115BE

Black with #C115BE

Text Example


Text Example

White with #C115BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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