Html Css Color HEX #C117B6 Deep Magenta

📋 copy color: '#C117B6'

red 193 ◦ green 23 ◦ blue 182

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

Shades of Deep Magenta #C117B6

Tints of Deep Magenta #C117B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.73%

R = 48.49%
G = 5.78%
B = 45.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C117B6 (or 0xC117B6) is known color: Deep Magenta. HEX triplet: C1, 17 and B6. RGB value is (193,23,182). Sum of RGB (Red+Green+Blue) = 193+23+182=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 182 (71.48% from 255 or 45.73% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C117B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C117B6 is #3EE849. Grayscale: #5B5B5B. Windows color (decimal): -4122698 or 11933633. OLE color: 11933633.

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

Color convert

RGB 193 23 182 -
CMYK 0 0.88 0.06 0.24
HSL 303.88º 0.79% 0.42% -
HSV(B) 303.88º 0.88% 0.76% -
XYZ 30.74 15.33 45.59 -
YUV 91.96 178.82 200.07 -
System Red Green Blue C M Y K H S L
Decimal 193 23 182 0 0.88 0.06 0.24 303.88 0.79 0.42
Hex C1 17 B6 0 58 6 18 130 4F 2A
Octal 301 27 266 0 130 6 30 460 117 52
Binary 11000001 10111 10110110 0 1011000 110 11000 100110000 1001111 101010

Color Harmonies of #C117B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C117B6

Black with #C117B6

Text Example


Text Example

White with #C117B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C117B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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