#C03BAE

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

Shades of Fuchsia #C03BAE

Tints of Fuchsia #C03BAE

Color information

#C03BAE (or 0xC03BAE) is unknown color: approx Fuchsia. HEX triplet: C0, 3B and AE. RGB value is (192,59,174). Sum of RGB (Red+Green+Blue) = 192+59+174=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BAE is #3FC451. Grayscale: #6F6F6F. Windows color (decimal): -4179026 or 11418560. OLE color: 11418560.

HSL color Cylindrical-coordinate representation of color #C03BAE: hue angle of 308.12º 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 #C03BAE is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19259174-
CMYK00.690.090.25
HSL308.12º52.99%49.22%-
HSV(B)308.12º69.27%75.29%-
XYZ30.9417.3941.77-
YUV111.88163.06185.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 59 (23.44% from 255) = 13.88%
BLUE value IS 174 (68.36% from 255) = 40.94%
R=45.18%
G=13.88%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925917400.690.090.25308.1252.9949.22
HexC03BAE0459191343531
Octal30073256010511314646561
Binary110000001110111010111001000101100111001100110100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BAE; }

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

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

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

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

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

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

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

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