#C95FBA

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

Shades of Fuchsia #C95FBA

Tints of Fuchsia #C95FBA

Color information

#C95FBA (or 0xC95FBA) is unknown color: approx Fuchsia. HEX triplet: C9, 5F and BA. RGB value is (201,95,186). Sum of RGB (Red+Green+Blue) = 201+95+186=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C95FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FBA is #36A045. Grayscale: #888888. Windows color (decimal): -3579974 or 12214217. OLE color: 12214217.

HSL color Cylindrical-coordinate representation of color #C95FBA: hue angle of 308.49º 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 #C95FBA is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20195186-
CMYK00.530.070.21
HSL308.49º49.53%58.04%-
HSV(B)308.49º52.74%78.82%-
XYZ37.0424.1549.16-
YUV137.07155.62173.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.70%
GREEN value IS 95 (37.5% from 255) = 19.71%
BLUE value IS 186 (73.05% from 255) = 38.59%
R=41.70%
G=19.71%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019518600.530.070.21308.4949.5358.04
HexC95FBA035715134323a
Octal3111372720657254646272
Binary11001001101111110111010011010111110101100110100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95FBA; }

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

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

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

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

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

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

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

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