Html Css Color HEX #C117AB Deep Magenta

📋 copy color: '#C117AB'

red 193 ◦ green 23 ◦ blue 171

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

Shades of Deep Magenta #C117AB

Tints of Deep Magenta #C117AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.94%

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 49.87%
G = 5.94%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C117AB (or 0xC117AB) is known color: Deep Magenta. HEX triplet: C1, 17 and AB. RGB value is (193,23,171). Sum of RGB (Red+Green+Blue) = 193+23+171=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C117AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C117AB is #3EE854. Grayscale: #5A5A5A. Windows color (decimal): -4122709 or 11212737. OLE color: 11212737.

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

Color convert

RGB 193 23 171 -
CMYK 0 0.88 0.11 0.24
HSL 307.76º 0.79% 0.42% -
HSV(B) 307.76º 0.88% 0.76% -
XYZ 29.65 14.89 39.84 -
YUV 90.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 193 23 171 0 0.88 0.11 0.24 307.76 0.79 0.42
Hex C1 17 AB 0 58 B 18 134 4F 2A
Octal 301 27 253 0 130 13 30 464 117 52
Binary 11000001 10111 10101011 0 1011000 1011 11000 100110100 1001111 101010

Color Harmonies of #C117AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117AB

Black with #C117AB

Text Example


Text Example

White with #C117AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117AB; }

 p { color: rgb(193,23,171); }

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

background-color css

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

 a { background-color: rgb(193,23,171); }

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

border-color css

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

 span { border-color: rgb(193,23,171); }

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