Html Css Color HEX #C116DC Deep Magenta

📋 copy color: '#C116DC'

red 193 ◦ green 22 ◦ blue 220

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

Shades of Deep Magenta #C116DC

Tints of Deep Magenta #C116DC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.06%

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 44.37%
G = 5.06%
B = 50.57%

CMYK

 C value IS 0.12

 M value IS 0.9

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C116DC (or 0xC116DC) is known color: Deep Magenta. HEX triplet: C1, 16 and DC. RGB value is (193,22,220). Sum of RGB (Red+Green+Blue) = 193+22+220=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 22 (8.98% from 255 or 5.06% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #C116DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116DC is #3EE923. Grayscale: #5F5F5F. Windows color (decimal): -4122916 or 14423745. OLE color: 14423745.

HSL color Cylindrical-coordinate representation of color #C116DC: hue angle of 291.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C116DC is Cyan = 0.12, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 22 220 -
CMYK 0.12 0.9 0 0.14
HSL 291.82º 0.82% 0.47% -
HSV(B) 291.82º 0.9% 0.86% -
XYZ 35.2 17.08 69.15 -
YUV 95.7 198.15 197.4 -
System Red Green Blue C M Y K H S L
Decimal 193 22 220 0.12 0.9 0 0.14 291.82 0.82 0.47
Hex C1 16 DC C 5A 0 E 124 52 2F
Octal 301 26 334 14 132 0 16 444 122 57
Binary 11000001 10110 11011100 1100 1011010 0 1110 100100100 1010010 101111

Color Harmonies of #C116DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116DC

Black with #C116DC

Text Example


Text Example

White with #C116DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116DC; }

 p { color: rgb(193,22,220); }

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

background-color css

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

 a { background-color: rgb(193,22,220); }

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

border-color css

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

 span { border-color: rgb(193,22,220); }

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