#C100BA

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

Shades of Deep Magenta #C100BA

Tints of Deep Magenta #C100BA

Color information

#C100BA (or 0xC100BA) is unknown color: approx Deep Magenta. HEX triplet: C1, 00 and BA. RGB value is (193,0,186). Sum of RGB (Red+Green+Blue) = 193+0+186=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 0 (0.39% from 255 or 0% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C100BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C100BA is #3EFF45. Grayscale: #4E4E4E. Windows color (decimal): -4128582 or 12189889. OLE color: 12189889.

HSL color Cylindrical-coordinate representation of color #C100BA: hue angle of 302.18º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C100BA is Cyan = 0, Magento = 1, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB1930186-
CMYK010.040.24
HSL302.18º100%37.84%-
HSV(B)302.18º100%75.69%-
XYZ30.8614.8847.7-
YUV78.91188.44209.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 50.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=50.92%
G=0%
B=49.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1930186010.040.24302.1810037.84
HexC10BA06441812e6426
Octal3010272014443045614446
Binary1100000101011101001100100100110001001011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C100BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C100BA; }

 p { color: rgb(193,0,186); }

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

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

 a { background-color: rgb(193,0,186); }

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

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

 span { border-color: rgb(193,0,186); }

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