#C051BD

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

Shades of Fuchsia #C051BD

Tints of Fuchsia #C051BD

Color information

#C051BD (or 0xC051BD) is unknown color: approx Fuchsia. HEX triplet: C0, 51 and BD. RGB value is (192,81,189). Sum of RGB (Red+Green+Blue) = 192+81+189=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C051BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051BD is #3FAE42. Grayscale: #7E7E7E. Windows color (decimal): -4173379 or 12407232. OLE color: 12407232.

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

Color convert

RGB19281189-
CMYK00.580.020.25
HSL301.62º46.84%53.53%-
HSV(B)301.62º57.81%75.29%-
XYZ33.8720.7750.37-
YUV126.5163.27174.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=41.56%
G=17.53%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928118900.580.020.25301.6246.8453.53
HexC051BD03A21912e2f36
Octal3001212750722314565766
Binary1100000010100011011110101110101011001100101110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C051BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C051BD; }

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

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

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

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

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

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

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

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