#C03CB8

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

Shades of Fuchsia #C03CB8

Tints of Fuchsia #C03CB8

Color information

#C03CB8 (or 0xC03CB8) is unknown color: approx Fuchsia. HEX triplet: C0, 3C and B8. RGB value is (192,60,184). Sum of RGB (Red+Green+Blue) = 192+60+184=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03CB8 is #3FC347. Grayscale: #717171. Windows color (decimal): -4178760 or 12074176. OLE color: 12074176.

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

Color convert

RGB19260184-
CMYK00.690.040.25
HSL303.64º52.38%49.41%-
HSV(B)303.64º68.75%75.29%-
XYZ32.0117.947.12-
YUV113.6167.73183.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 60 (23.83% from 255) = 13.76%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=44.04%
G=13.76%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926018400.690.040.25303.6452.3849.41
HexC03CB80454191303431
Octal3007427001054314606461
Binary11000000111100101110000100010110011001100110000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03CB8; }

 p { color: rgb(192,60,184); }

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

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

 a { background-color: rgb(192,60,184); }

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

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

 span { border-color: rgb(192,60,184); }

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