#C517C7

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

Shades of Deep Magenta #C517C7

Tints of Deep Magenta #C517C7

Color information

#C517C7 (or 0xC517C7) is unknown color: approx Deep Magenta. HEX triplet: C5, 17 and C7. RGB value is (197,23,199). Sum of RGB (Red+Green+Blue) = 197+23+199=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 199 (78.12% from 255 or 47.49% from 419); Max value from RGB is 199 - color contains mainly: blue. Hex color #C517C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C517C7 is #3AE838. Grayscale: #5E5E5E. Windows color (decimal): -3860537 or 13047749. OLE color: 13047749.

HSL color Cylindrical-coordinate representation of color #C517C7: hue angle of 299.32º 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 #C517C7 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19723199-
CMYK0.010.8800.22
HSL299.32º79.28%43.53%-
HSV(B)299.32º88.44%78.04%-
XYZ33.6416.6155.47-
YUV95.09186.65200.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 23 (9.38% from 255) = 5.49%
BLUE value IS 199 (78.12% from 255) = 47.49%
R=47.02%
G=5.49%
B=47.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197231990.010.8800.22299.3279.2843.53
HexC517C715801612b4f2c
Octal30527307113002645311754
Binary110001011011111000111110110000101101001010111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C517C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C517C7; }

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

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

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

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

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

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

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

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