#C04FB0

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

Shades of Fuchsia #C04FB0

Tints of Fuchsia #C04FB0

Color information

#C04FB0 (or 0xC04FB0) is unknown color: approx Fuchsia. HEX triplet: C0, 4F and B0. RGB value is (192,79,176). Sum of RGB (Red+Green+Blue) = 192+79+176=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FB0 is #3FB04F. Grayscale: #7B7B7B. Windows color (decimal): -4173904 or 11554752. OLE color: 11554752.

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

Color convert

RGB19279176-
CMYK00.590.080.25
HSL308.5º47.28%53.14%-
HSV(B)308.5º58.85%75.29%-
XYZ32.3719.9343.22-
YUV123.84157.44176.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 79 (31.25% from 255) = 17.67%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=42.95%
G=17.67%
B=39.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927917600.590.080.25308.547.2853.14
HexC04FB003B8191342f35
Octal30011726007310314645765
Binary110000001001111101100000111011100011001100110100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04FB0; }

 p { color: rgb(192,79,176); }

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

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

 a { background-color: rgb(192,79,176); }

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

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

 span { border-color: rgb(192,79,176); }

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