#C05FBA

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

Shades of Fuchsia #C05FBA

Tints of Fuchsia #C05FBA

Color information

#C05FBA (or 0xC05FBA) is unknown color: approx Fuchsia. HEX triplet: C0, 5F and BA. RGB value is (192,95,186). Sum of RGB (Red+Green+Blue) = 192+95+186=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FBA is #3FA045. Grayscale: #868686. Windows color (decimal): -4169798 or 12214208. OLE color: 12214208.

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

Color convert

RGB19295186-
CMYK00.510.030.25
HSL303.71º43.5%56.27%-
HSV(B)303.71º50.52%75.29%-
XYZ34.6922.9449.05-
YUV134.38157.14169.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 186 (73.05% from 255) = 39.32%
R=40.59%
G=20.08%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929518600.510.030.25303.7143.556.27
HexC05FBA0333191302b38
Octal3001372720633314605370
Binary1100000010111111011101001100111111001100110000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FBA; }

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

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

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

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

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

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

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

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