#C03DA8

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

Shades of Fuchsia #C03DA8

Tints of Fuchsia #C03DA8

Color information

#C03DA8 (or 0xC03DA8) is unknown color: approx Fuchsia. HEX triplet: C0, 3D and A8. RGB value is (192,61,168). Sum of RGB (Red+Green+Blue) = 192+61+168=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 61 (24.22% from 255 or 14.49% from 421); Blue value is 168 (66.02% from 255 or 39.90% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C03DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03DA8 is #3FC257. Grayscale: #707070. Windows color (decimal): -4178520 or 11025856. OLE color: 11025856.

HSL color Cylindrical-coordinate representation of color #C03DA8: hue angle of 310.99º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03DA8 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19261168-
CMYK00.680.120.25
HSL310.99º51.78%49.61%-
HSV(B)310.99º68.23%75.29%-
XYZ30.4717.3738.79-
YUV112.37159.4184.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 61 (24.22% from 255) = 14.49%
BLUE value IS 168 (66.02% from 255) = 39.90%
R=45.61%
G=14.49%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926116800.680.120.25310.9951.7849.61
HexC03DA8044C191373432
Octal30075250010414314676462
Binary110000001111011010100001000100110011001100110111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03DA8; }

 p { color: rgb(192,61,168); }

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

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

 a { background-color: rgb(192,61,168); }

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

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

 span { border-color: rgb(192,61,168); }

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