#C505C9

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

Shades of Deep Magenta #C505C9

Tints of Deep Magenta #C505C9

Color information

#C505C9 (or 0xC505C9) is unknown color: approx Deep Magenta. HEX triplet: C5, 05 and C9. RGB value is (197,5,201). Sum of RGB (Red+Green+Blue) = 197+5+201=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 201 (78.91% from 255 or 49.88% from 403); Max value from RGB is 201 - color contains mainly: blue. Hex color #C505C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C505C9 is #3AFA36. Grayscale: #545454. Windows color (decimal): -3865143 or 13174213. OLE color: 13174213.

HSL color Cylindrical-coordinate representation of color #C505C9: hue angle of 298.78º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C505C9 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1975201-
CMYK0.020.9800.21
HSL298.78º95.15%40.39%-
HSV(B)298.78º97.51%78.82%-
XYZ33.6216.256.61-
YUV84.75193.61208.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.88%
GREEN value IS 5 (2.34% from 255) = 1.24%
BLUE value IS 201 (78.91% from 255) = 49.88%
R=48.88%
G=1.24%
B=49.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19752010.020.9800.21298.7895.1540.39
HexC55C926201512b5f28
Octal3055311214202545313750
Binary11000101101110010011011000100101011001010111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C505C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C505C9; }

 p { color: rgb(197,5,201); }

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

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

 a { background-color: rgb(197,5,201); }

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

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

 span { border-color: rgb(197,5,201); }

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