#C03ABA

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

Shades of Fuchsia #C03ABA

Tints of Fuchsia #C03ABA

Color information

#C03ABA (or 0xC03ABA) is unknown color: approx Fuchsia. HEX triplet: C0, 3A and BA. RGB value is (192,58,186). Sum of RGB (Red+Green+Blue) = 192+58+186=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C03ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03ABA is #3FC545. Grayscale: #707070. Windows color (decimal): -4179270 or 12204736. OLE color: 12204736.

HSL color Cylindrical-coordinate representation of color #C03ABA: hue angle of 302.69º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03ABA is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19258186-
CMYK00.700.030.25
HSL302.69º53.6%49.02%-
HSV(B)302.69º69.79%75.29%-
XYZ32.1117.7848.19-
YUV112.66169.39184.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 58 (23.05% from 255) = 13.30%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=44.04%
G=13.30%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925818600.700.030.25302.6953.649.02
HexC03ABA04631912f3631
Octal3007227201063314576661
Binary1100000011101010111010010001101111001100101111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03ABA; }

 p { color: rgb(192,58,186); }

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

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

 a { background-color: rgb(192,58,186); }

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

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

 span { border-color: rgb(192,58,186); }

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