Html Css Color HEX #C116CD Deep Magenta

📋 copy color: '#C116CD'

red 193 ◦ green 22 ◦ blue 205

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

Shades of Deep Magenta #C116CD

Tints of Deep Magenta #C116CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.81%

R = 45.95%
G = 5.24%
B = 48.81%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C116CD (or 0xC116CD) is known color: Deep Magenta. HEX triplet: C1, 16 and CD. RGB value is (193,22,205). Sum of RGB (Red+Green+Blue) = 193+22+205=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #C116CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C116CD is #3EE932. Grayscale: #5D5D5D. Windows color (decimal): -4122931 or 13440705. OLE color: 13440705.

HSL color Cylindrical-coordinate representation of color #C116CD: hue angle of 296.07º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C116CD is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 22 205 -
CMYK 0.06 0.89 0 0.20
HSL 296.07º 0.81% 0.45% -
HSV(B) 296.07º 0.89% 0.8% -
XYZ 33.3 16.32 59.15 -
YUV 93.99 190.65 198.62 -
System Red Green Blue C M Y K H S L
Decimal 193 22 205 0.06 0.89 0 0.20 296.07 0.81 0.45
Hex C1 16 CD 6 59 0 14 128 51 2D
Octal 301 26 315 6 131 0 24 450 121 55
Binary 11000001 10110 11001101 110 1011001 0 10100 100101000 1010001 101101

Color Harmonies of #C116CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C116CD

Black with #C116CD

Text Example


Text Example

White with #C116CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C116CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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