#C60BBB

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

Shades of Deep Magenta #C60BBB

Tints of Deep Magenta #C60BBB

Color information

#C60BBB (or 0xC60BBB) is unknown color: approx Deep Magenta. HEX triplet: C6, 0B and BB. RGB value is (198,11,187). Sum of RGB (Red+Green+Blue) = 198+11+187=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C60BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C60BBB is #39F444. Grayscale: #565656. Windows color (decimal): -3798085 or 12258246. OLE color: 12258246.

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

Color convert

RGB19811187-
CMYK00.940.060.22
HSL303.53º89.47%40.98%-
HSV(B)303.53º94.44%77.65%-
XYZ32.3815.8348.36-
YUV86.98184.45207.19-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 2.78%
BLUE value IS 187 (73.44% from 255) = 47.22%
R=50%
G=2.78%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981118700.940.060.22303.5389.4740.98
HexC6BBB05E6161305929
Octal30613273013662646013151
Binary1100011010111011101101011110110101101001100001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C60BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C60BBB; }

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

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

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

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

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

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

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

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