#C03BBA

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

Shades of Fuchsia #C03BBA

Tints of Fuchsia #C03BBA

Color information

#C03BBA (or 0xC03BBA) is unknown color: approx Fuchsia. HEX triplet: C0, 3B and BA. RGB value is (192,59,186). Sum of RGB (Red+Green+Blue) = 192+59+186=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BBA is #3FC445. Grayscale: #707070. Windows color (decimal): -4179014 or 12204992. OLE color: 12204992.

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

Color convert

RGB19259186-
CMYK00.690.030.25
HSL302.71º52.99%49.22%-
HSV(B)302.71º69.27%75.29%-
XYZ32.1717.8848.21-
YUV113.24169.06184.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 59 (23.44% from 255) = 13.50%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=43.94%
G=13.50%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925918600.690.030.25302.7152.9949.22
HexC03BBA04531912f3531
Octal3007327201053314576561
Binary1100000011101110111010010001011111001100101111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BBA; }

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

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

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

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

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

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

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

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