#C60ABB

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

Shades of Deep Magenta #C60ABB

Tints of Deep Magenta #C60ABB

Color information

#C60ABB (or 0xC60ABB) is unknown color: approx Deep Magenta. HEX triplet: C6, 0A and BB. RGB value is (198,10,187). Sum of RGB (Red+Green+Blue) = 198+10+187=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C60ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60ABB is #39F544. Grayscale: #555555. Windows color (decimal): -3798341 or 12257990. OLE color: 12257990.

HSL color Cylindrical-coordinate representation of color #C60ABB: hue angle of 303.51º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60ABB is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19810187-
CMYK00.950.060.22
HSL303.51º90.38%40.78%-
HSV(B)303.51º94.95%77.65%-
XYZ32.3715.8148.36-
YUV86.39184.78207.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 10 (4.30% from 255) = 2.53%
BLUE value IS 187 (73.44% from 255) = 47.34%
R=50.13%
G=2.53%
B=47.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981018700.950.060.22303.5190.3840.78
HexC6ABB05F6161305a29
Octal30612273013762646013251
Binary1100011010101011101101011111110101101001100001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60ABB; }

 p { color: rgb(198,10,187); }

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

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

 a { background-color: rgb(198,10,187); }

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

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

 span { border-color: rgb(198,10,187); }

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