#C517C8

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

Shades of Deep Magenta #C517C8

Tints of Deep Magenta #C517C8

Color information

#C517C8 (or 0xC517C8) is unknown color: approx Deep Magenta. HEX triplet: C5, 17 and C8. RGB value is (197,23,200). Sum of RGB (Red+Green+Blue) = 197+23+200=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 200 (78.52% from 255 or 47.62% from 420); Max value from RGB is 200 - color contains mainly: blue. Hex color #C517C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517C8 is #3AE837. Grayscale: #5E5E5E. Windows color (decimal): -3860536 or 13113285. OLE color: 13113285.

HSL color Cylindrical-coordinate representation of color #C517C8: hue angle of 298.98º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C517C8 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19723200-
CMYK0.020.8800.22
HSL298.98º79.37%43.73%-
HSV(B)298.98º88.5%78.43%-
XYZ33.7616.6556.08-
YUV95.2187.15200.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 23 (9.38% from 255) = 5.48%
BLUE value IS 200 (78.52% from 255) = 47.62%
R=46.90%
G=5.48%
B=47.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197232000.020.8800.22298.9879.3743.73
HexC517C825801612b4f2c
Octal30527310213002645311754
Binary1100010110111110010001010110000101101001010111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C517C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C517C8; }

 p { color: rgb(197,23,200); }

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

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

 a { background-color: rgb(197,23,200); }

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

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

 span { border-color: rgb(197,23,200); }

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