Html Css Color HEX #C115AC Deep Magenta

📋 copy color: '#C115AC'

red 193 ◦ green 21 ◦ blue 172

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

Shades of Deep Magenta #C115AC

Tints of Deep Magenta #C115AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 50%
G = 5.44%
B = 44.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C115AC (or 0xC115AC) is known color: Deep Magenta. HEX triplet: C1, 15 and AC. RGB value is (193,21,172). Sum of RGB (Red+Green+Blue) = 193+21+172=386 (51% of max value = 765). Red value is 193 (75.78% from 255 or 50% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 193 - color contains mainly: red. Hex color #C115AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C115AC is #3EEA53. Grayscale: #595959. Windows color (decimal): -4123220 or 11277761. OLE color: 11277761.

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

Color convert

RGB 193 21 172 -
CMYK 0 0.89 0.11 0.24
HSL 307.33º 0.8% 0.42% -
HSV(B) 307.33º 0.89% 0.76% -
XYZ 29.71 14.85 40.33 -
YUV 89.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 193 21 172 0 0.89 0.11 0.24 307.33 0.8 0.42
Hex C1 15 AC 0 59 B 18 133 50 2A
Octal 301 25 254 0 131 13 30 463 120 52
Binary 11000001 10101 10101100 0 1011001 1011 11000 100110011 1010000 101010

Color Harmonies of #C115AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C115AC

Black with #C115AC

Text Example


Text Example

White with #C115AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C115AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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