#C351BA

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

Shades of Fuchsia #C351BA

Tints of Fuchsia #C351BA

Color information

#C351BA (or 0xC351BA) is unknown color: approx Fuchsia. HEX triplet: C3, 51 and BA. RGB value is (195,81,186). Sum of RGB (Red+Green+Blue) = 195+81+186=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C351BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351BA is #3CAE45. Grayscale: #7E7E7E. Windows color (decimal): -3976774 or 12210627. OLE color: 12210627.

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

Color convert

RGB19581186-
CMYK00.580.050.24
HSL304.74º48.72%54.12%-
HSV(B)304.74º58.46%76.47%-
XYZ34.3121.0348.71-
YUV127.06161.27176.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=42.21%
G=17.53%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958118600.580.050.24304.7448.7254.12
HexC351BA03A5181313136
Octal3031212720725304616166
Binary11000011101000110111010011101010111000100110001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C351BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C351BA; }

 p { color: rgb(195,81,186); }

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

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

 a { background-color: rgb(195,81,186); }

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

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

 span { border-color: rgb(195,81,186); }

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