#C351B9

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

Shades of Fuchsia #C351B9

Tints of Fuchsia #C351B9

Color information

#C351B9 (or 0xC351B9) is unknown color: approx Fuchsia. HEX triplet: C3, 51 and B9. RGB value is (195,81,185). Sum of RGB (Red+Green+Blue) = 195+81+185=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C351B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351B9 is #3CAE46. Grayscale: #7E7E7E. Windows color (decimal): -3976775 or 12145091. OLE color: 12145091.

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

Color convert

RGB19581185-
CMYK00.580.050.24
HSL305.26º48.72%54.12%-
HSV(B)305.26º58.46%76.47%-
XYZ34.2120.9948.15-
YUV126.94160.77176.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 185 (72.66% from 255) = 40.13%
R=42.30%
G=17.57%
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.24
SystemRedGreenBlueCMYKHSL
Decimal1958118500.580.050.24305.2648.7254.12
HexC351B903A5181313136
Octal3031212710725304616166
Binary11000011101000110111001011101010111000100110001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C351B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C351B9; }

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

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

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

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

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

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

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

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