#C02FBA

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

Shades of Fuchsia #C02FBA

Tints of Fuchsia #C02FBA

Color information

#C02FBA (or 0xC02FBA) is unknown color: approx Fuchsia. HEX triplet: C0, 2F and BA. RGB value is (192,47,186). Sum of RGB (Red+Green+Blue) = 192+47+186=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C02FBA is #3FD045. Grayscale: #696969. Windows color (decimal): -4182086 or 12201920. OLE color: 12201920.

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

Color convert

RGB19247186-
CMYK00.760.030.25
HSL302.48º60.67%46.86%-
HSV(B)302.48º75.52%75.29%-
XYZ31.6216.7848.03-
YUV106.2173.04189.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 47 (18.75% from 255) = 11.06%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=45.18%
G=11.06%
B=43.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924718600.760.030.25302.4860.6746.86
HexC02FBA04C31912e3d2f
Octal3005727201143314567557
Binary1100000010111110111010010011001111001100101110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02FBA; }

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

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

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

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

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

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

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

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