Html Css Color HEX #C115D8 Deep Magenta

📋 copy color: '#C115D8'

red 193 ◦ green 21 ◦ blue 216

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

Shades of Deep Magenta #C115D8

Tints of Deep Magenta #C115D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 50.23%

R = 44.88%
G = 4.88%
B = 50.23%

CMYK

 C value IS 0.11

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C115D8 (or 0xC115D8) is known color: Deep Magenta. HEX triplet: C1, 15 and D8. RGB value is (193,21,216). Sum of RGB (Red+Green+Blue) = 193+21+216=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 216 (84.77% from 255 or 50.23% from 430); Max value from RGB is 216 - color contains mainly: blue. Hex color #C115D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C115D8 is #3EEA27. Grayscale: #5E5E5E. Windows color (decimal): -4123176 or 14161345. OLE color: 14161345.

HSL color Cylindrical-coordinate representation of color #C115D8: hue angle of 292.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C115D8 is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 21 216 -
CMYK 0.11 0.90 0 0.15
HSL 292.92º 0.82% 0.46% -
HSV(B) 292.92º 0.9% 0.85% -
XYZ 34.66 16.83 66.39 -
YUV 94.66 196.48 198.14 -
System Red Green Blue C M Y K H S L
Decimal 193 21 216 0.11 0.90 0 0.15 292.92 0.82 0.46
Hex C1 15 D8 B 5A 0 F 125 52 2E
Octal 301 25 330 13 132 0 17 445 122 56
Binary 11000001 10101 11011000 1011 1011010 0 1111 100100101 1010010 101110

Color Harmonies of #C115D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115D8

Black with #C115D8

Text Example


Text Example

White with #C115D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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