#C351B2

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

Shades of Fuchsia #C351B2

Tints of Fuchsia #C351B2

Color information

#C351B2 (or 0xC351B2) is unknown color: approx Fuchsia. HEX triplet: C3, 51 and B2. RGB value is (195,81,178). Sum of RGB (Red+Green+Blue) = 195+81+178=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 178 (69.92% from 255 or 39.21% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C351B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351B2 is #3CAE4D. Grayscale: #7D7D7D. Windows color (decimal): -3976782 or 11686339. OLE color: 11686339.

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

Color convert

RGB19581178-
CMYK00.580.090.24
HSL308.95º48.72%54.12%-
HSV(B)308.95º58.46%76.47%-
XYZ33.4820.744.35-
YUV126.14157.27177.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 81 (32.03% from 255) = 17.84%
BLUE value IS 178 (69.92% from 255) = 39.21%
R=42.95%
G=17.84%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958117800.580.090.24308.9548.7254.12
HexC351B203A9181353136
Octal30312126207211304656166
Binary110000111010001101100100111010100111000100110101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C351B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C351B2; }

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

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

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

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

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

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

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

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