#c60fb2

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

Shades of Deep Magenta #C60FB2

Tints of Deep Magenta #C60FB2

Color information

#C60FB2 (or 0xC60FB2) is unknown color: approx Deep Magenta. HEX triplet: C6, 0F and B2. RGB value is (198,15,178). Sum of RGB (Red+Green+Blue) = 198+15+178=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 15 (6.25% from 255 or 3.84% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C60FB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C60FB2 is #39F04D. Grayscale: #575757. Windows color (decimal): -3797070 or 11669446. OLE color: 11669446.

HSL color Cylindrical-coordinate representation of color #C60FB2: hue angle of 306.56º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C60FB2 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19815178-
CMYK00.920.100.22
HSL306.56º85.92%41.76%-
HSV(B)306.56º92.42%77.65%-
XYZ31.515.5643.46-
YUV88.3178.63206.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.64%
GREEN value IS 15 (6.25% from 255) = 3.84%
BLUE value IS 178 (69.92% from 255) = 45.52%
R=50.64%
G=3.84%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981517800.920.100.22306.5685.9241.76
HexC6FB205CA16133562a
Octal306172620134122646312652
Binary11000110111110110010010111001010101101001100111010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c60fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c60fb2; }

 p { color: rgb(198,15,178); }

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

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

 a { background-color: rgb(198,15,178); }

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

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

 span { border-color: rgb(198,15,178); }

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