Html Css Color HEX #C116DB Deep Magenta

📋 copy color: '#C116DB'

red 193 ◦ green 22 ◦ blue 219

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

Shades of Deep Magenta #C116DB

Tints of Deep Magenta #C116DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 44.47%
G = 5.07%
B = 50.46%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C116DB (or 0xC116DB) is known color: Deep Magenta. HEX triplet: C1, 16 and DB. RGB value is (193,22,219). Sum of RGB (Red+Green+Blue) = 193+22+219=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C116DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116DB is #3EE924. Grayscale: #5E5E5E. Windows color (decimal): -4122917 or 14358209. OLE color: 14358209.

HSL color Cylindrical-coordinate representation of color #C116DB: hue angle of 292.08º 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 #C116DB is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 22 219 -
CMYK 0.12 0.90 0 0.14
HSL 292.08º 0.82% 0.47% -
HSV(B) 292.08º 0.9% 0.86% -
XYZ 35.07 17.03 68.46 -
YUV 95.59 197.65 197.48 -
System Red Green Blue C M Y K H S L
Decimal 193 22 219 0.12 0.90 0 0.14 292.08 0.82 0.47
Hex C1 16 DB C 5A 0 E 124 52 2F
Octal 301 26 333 14 132 0 16 444 122 57
Binary 11000001 10110 11011011 1100 1011010 0 1110 100100100 1010010 101111

Color Harmonies of #C116DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116DB

Black with #C116DB

Text Example


Text Example

White with #C116DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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