#C05FBB

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

Shades of Fuchsia #C05FBB

Tints of Fuchsia #C05FBB

Color information

#C05FBB (or 0xC05FBB) is unknown color: approx Fuchsia. HEX triplet: C0, 5F and BB. RGB value is (192,95,187). Sum of RGB (Red+Green+Blue) = 192+95+187=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FBB is #3FA044. Grayscale: #868686. Windows color (decimal): -4169797 or 12279744. OLE color: 12279744.

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

Color convert

RGB19295187-
CMYK00.510.030.25
HSL303.09º43.5%56.27%-
HSV(B)303.09º50.52%75.29%-
XYZ34.822.9849.61-
YUV134.49157.64169.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=40.51%
G=20.04%
B=39.45%

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
Decimal1929518700.510.030.25303.0943.556.27
HexC05FBB03331912f2b38
Octal3001372730633314575370
Binary1100000010111111011101101100111111001100101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FBB; }

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

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

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

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

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

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

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

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