#c616c1

Color #C616C1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C616C1

Tints of Deep Magenta #C616C1

Color information

#C616C1 (or 0xC616C1) is unknown color: approx Deep Magenta. HEX triplet: C6, 16 and C1. RGB value is (198,22,193). Sum of RGB (Red+Green+Blue) = 198+22+193=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C616C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C616C1 is #39E93E. Grayscale: #5D5D5D. Windows color (decimal): -3795263 or 12654278. OLE color: 12654278.

HSL color Cylindrical-coordinate representation of color #C616C1: hue angle of 301.7º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C616C1 is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19822193-
CMYK00.890.030.22
HSL301.7º80%43.14%-
HSV(B)301.7º88.89%77.65%-
XYZ33.216.4351.87-
YUV94.12183.81202.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.94%
GREEN value IS 22 (8.98% from 255) = 5.33%
BLUE value IS 193 (75.78% from 255) = 46.73%
R=47.94%
G=5.33%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982219300.890.030.22301.78043.14
HexC616C105931612e502b
Octal30626301013132645612053
Binary1100011010110110000010101100111101101001011101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c616c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c616c1; }

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

 H1.HeaderClassName
 {
   color: #c616c1;
 }
 .AnyTagClassName
 {
   color: #c616c1;
 }
</style>
background-color css

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

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

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

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

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

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