#C951B3

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

Shades of Fuchsia #C951B3

Tints of Fuchsia #C951B3

Color information

#C951B3 (or 0xC951B3) is unknown color: approx Fuchsia. HEX triplet: C9, 51 and B3. RGB value is (201,81,179). Sum of RGB (Red+Green+Blue) = 201+81+179=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C951B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951B3 is #36AE4C. Grayscale: #7F7F7F. Windows color (decimal): -3583565 or 11751881. OLE color: 11751881.

HSL color Cylindrical-coordinate representation of color #C951B3: hue angle of 311º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951B3 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB20181179-
CMYK00.600.110.21
HSL311º52.63%55.29%-
HSV(B)311º59.7%78.82%-
XYZ35.1721.5644.96-
YUV128.05156.76180.03-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.60%
GREEN value IS 81 (32.03% from 255) = 17.57%
BLUE value IS 179 (70.31% from 255) = 38.83%
R=43.60%
G=17.57%
B=38.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018117900.600.110.2131152.6355.29
HexC951B303CB151373537
Octal31112126307413254676567
Binary110010011010001101100110111100101110101100110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C951B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C951B3; }

 p { color: rgb(201,81,179); }

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

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

 a { background-color: rgb(201,81,179); }

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

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

 span { border-color: rgb(201,81,179); }

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