#C95FB1

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

Shades of Fuchsia #C95FB1

Tints of Fuchsia #C95FB1

Color information

#C95FB1 (or 0xC95FB1) is unknown color: approx Fuchsia. HEX triplet: C9, 5F and B1. RGB value is (201,95,177). Sum of RGB (Red+Green+Blue) = 201+95+177=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95FB1 is #36A04E. Grayscale: #878787. Windows color (decimal): -3579983 or 11624393. OLE color: 11624393.

HSL color Cylindrical-coordinate representation of color #C95FB1: hue angle of 313.58º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95FB1 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB20195177-
CMYK00.530.120.21
HSL313.58º49.53%58.04%-
HSV(B)313.58º52.74%78.82%-
XYZ36.1223.7844.28-
YUV136.04151.12174.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=42.49%
G=20.08%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019517700.530.120.21313.5849.5358.04
HexC95FB1035C1513a323a
Octal31113726106514254726272
Binary110010011011111101100010110101110010101100111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95FB1; }

 p { color: rgb(201,95,177); }

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

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

 a { background-color: rgb(201,95,177); }

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

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

 span { border-color: rgb(201,95,177); }

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