Html Css Color HEX #C117AD Deep Magenta

📋 copy color: '#C117AD'

red 193 ◦ green 23 ◦ blue 173

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

Shades of Deep Magenta #C117AD

Tints of Deep Magenta #C117AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.47%

R = 49.61%
G = 5.91%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C117AD (or 0xC117AD) is known color: Deep Magenta. HEX triplet: C1, 17 and AD. RGB value is (193,23,173). Sum of RGB (Red+Green+Blue) = 193+23+173=389 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.61% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 193 - color contains mainly: red. Hex color #C117AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C117AD is #3EE852. Grayscale: #5A5A5A. Windows color (decimal): -4122707 or 11343809. OLE color: 11343809.

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

Color convert

RGB 193 23 173 -
CMYK 0 0.88 0.10 0.24
HSL 307.06º 0.79% 0.42% -
HSV(B) 307.06º 0.88% 0.76% -
XYZ 29.84 14.97 40.85 -
YUV 90.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 193 23 173 0 0.88 0.10 0.24 307.06 0.79 0.42
Hex C1 17 AD 0 58 A 18 133 4F 2A
Octal 301 27 255 0 130 12 30 463 117 52
Binary 11000001 10111 10101101 0 1011000 1010 11000 100110011 1001111 101010

Color Harmonies of #C117AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117AD

Black with #C117AD

Text Example


Text Example

White with #C117AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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