#C04FB8

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

Shades of Fuchsia #C04FB8

Tints of Fuchsia #C04FB8

Color information

#C04FB8 (or 0xC04FB8) is unknown color: approx Fuchsia. HEX triplet: C0, 4F and B8. RGB value is (192,79,184). Sum of RGB (Red+Green+Blue) = 192+79+184=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 79 (31.25% from 255 or 17.36% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FB8 is #3FB047. Grayscale: #7C7C7C. Windows color (decimal): -4173896 or 12079040. OLE color: 12079040.

HSL color Cylindrical-coordinate representation of color #C04FB8: hue angle of 304.25º 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 #C04FB8 is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19279184-
CMYK00.590.040.25
HSL304.25º47.28%53.14%-
HSV(B)304.25º58.85%75.29%-
XYZ33.1920.2647.51-
YUV124.76161.44175.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 79 (31.25% from 255) = 17.36%
BLUE value IS 184 (72.27% from 255) = 40.44%
R=42.20%
G=17.36%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927918400.590.040.25304.2547.2853.14
HexC04FB803B4191302f35
Octal3001172700734314605765
Binary11000000100111110111000011101110011001100110000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04FB8; }

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

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

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

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

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

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

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

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