#C905C5

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

Shades of Deep Magenta #C905C5

Tints of Deep Magenta #C905C5

Color information

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

HSL color Cylindrical-coordinate representation of color #C905C5: hue angle of 301.22º 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 #C905C5 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB2015197-
CMYK00.980.020.21
HSL301.22º95.15%40.39%-
HSV(B)301.22º97.51%78.82%-
XYZ34.2216.5654.22-
YUV85.49190.93210.39-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201519700.980.020.21301.2295.1540.39
HexC95C506221512d5f28
Octal3115305014222545513750
Binary11001001101110001010110001010101011001011011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C905C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C905C5; }

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

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

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

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

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

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

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

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