#C051B7

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

Shades of Fuchsia #C051B7

Tints of Fuchsia #C051B7

Color information

#C051B7 (or 0xC051B7) is unknown color: approx Fuchsia. HEX triplet: C0, 51 and B7. RGB value is (192,81,183). Sum of RGB (Red+Green+Blue) = 192+81+183=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C051B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051B7 is #3FAE48. Grayscale: #7D7D7D. Windows color (decimal): -4173385 or 12014016. OLE color: 12014016.

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

Color convert

RGB19281183-
CMYK00.580.050.25
HSL304.86º46.84%53.53%-
HSV(B)304.86º57.81%75.29%-
XYZ33.2320.5147.01-
YUV125.82160.27175.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 81 (32.03% from 255) = 17.76%
BLUE value IS 183 (71.88% from 255) = 40.13%
R=42.11%
G=17.76%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928118300.580.050.25304.8646.8453.53
HexC051B703A5191312f36
Octal3001212670725314615766
Binary11000000101000110110111011101010111001100110001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C051B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C051B7; }

 p { color: rgb(192,81,183); }

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

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

 a { background-color: rgb(192,81,183); }

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

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

 span { border-color: rgb(192,81,183); }

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