Html Css Color HEX #C117B1 Deep Magenta

📋 copy color: '#C117B1'

red 193 ◦ green 23 ◦ blue 177

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

Shades of Deep Magenta #C117B1

Tints of Deep Magenta #C117B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.04%

R = 49.11%
G = 5.85%
B = 45.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C117B1 (or 0xC117B1) is known color: Deep Magenta. HEX triplet: C1, 17 and B1. RGB value is (193,23,177). Sum of RGB (Red+Green+Blue) = 193+23+177=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C117B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C117B1 is #3EE84E. Grayscale: #5A5A5A. Windows color (decimal): -4122703 or 11605953. OLE color: 11605953.

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

Color convert

RGB 193 23 177 -
CMYK 0 0.88 0.08 0.24
HSL 305.65º 0.79% 0.42% -
HSV(B) 305.65º 0.88% 0.76% -
XYZ 30.23 15.12 42.92 -
YUV 91.39 176.32 200.48 -
System Red Green Blue C M Y K H S L
Decimal 193 23 177 0 0.88 0.08 0.24 305.65 0.79 0.42
Hex C1 17 B1 0 58 8 18 132 4F 2A
Octal 301 27 261 0 130 10 30 462 117 52
Binary 11000001 10111 10110001 0 1011000 1000 11000 100110010 1001111 101010

Color Harmonies of #C117B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117B1

Black with #C117B1

Text Example


Text Example

White with #C117B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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