#C03FAA

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

Shades of Fuchsia #C03FAA

Tints of Fuchsia #C03FAA

Color information

#C03FAA (or 0xC03FAA) is unknown color: approx Fuchsia. HEX triplet: C0, 3F and AA. RGB value is (192,63,170). Sum of RGB (Red+Green+Blue) = 192+63+170=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FAA is #3FC055. Grayscale: #717171. Windows color (decimal): -4178006 or 11157440. OLE color: 11157440.

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

Color convert

RGB19263170-
CMYK00.670.110.25
HSL310.23º50.59%50%-
HSV(B)310.23º67.19%75.29%-
XYZ30.7717.6639.82-
YUV113.77159.74183.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 63 (25% from 255) = 14.82%
BLUE value IS 170 (66.80% from 255) = 40%
R=45.18%
G=14.82%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926317000.670.110.25310.2350.5950
HexC03FAA043B191363332
Octal30077252010313314666362
Binary110000001111111010101001000011101111001100110110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03FAA; }

 p { color: rgb(192,63,170); }

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

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

 a { background-color: rgb(192,63,170); }

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

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

 span { border-color: rgb(192,63,170); }

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