#C351C1

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

Shades of Fuchsia #C351C1

Tints of Fuchsia #C351C1

Color information

#C351C1 (or 0xC351C1) is unknown color: approx Fuchsia. HEX triplet: C3, 51 and C1. RGB value is (195,81,193). Sum of RGB (Red+Green+Blue) = 195+81+193=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C351C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351C1 is #3CAE3E. Grayscale: #7F7F7F. Windows color (decimal): -3976767 or 12669379. OLE color: 12669379.

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

Color convert

RGB19581193-
CMYK00.580.010.24
HSL301.05º48.72%54.12%-
HSV(B)301.05º58.46%76.47%-
XYZ35.0721.3452.72-
YUV127.85164.77175.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 81 (32.03% from 255) = 17.27%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=41.58%
G=17.27%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958119300.580.010.24301.0548.7254.12
HexC351C103A11812d3136
Octal3031213010721304556166
Binary110000111010001110000010111010111000100101101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C351C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C351C1; }

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

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

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

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

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

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

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

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