#C95FCA

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

Shades of Fuchsia #C95FCA

Tints of Fuchsia #C95FCA

Color information

#C95FCA (or 0xC95FCA) is unknown color: approx Fuchsia. HEX triplet: C9, 5F and CA. RGB value is (201,95,202). Sum of RGB (Red+Green+Blue) = 201+95+202=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 95 (37.5% from 255 or 19.08% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #C95FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C95FCA is #36A035. Grayscale: #8A8A8A. Windows color (decimal): -3579958 or 13262793. OLE color: 13262793.

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

Color convert

RGB20195202-
CMYK0.000.5300.21
HSL299.44º50.23%58.24%-
HSV(B)299.44º52.97%79.22%-
XYZ38.8424.8758.63-
YUV138.89163.62172.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.36%
GREEN value IS 95 (37.5% from 255) = 19.08%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=40.36%
G=19.08%
B=40.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201952020.000.5300.21299.4450.2358.24
HexC95FCA03501512b323a
Octal3111373120650254536272
Binary110010011011111110010100110101010101100101011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95FCA; }

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

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

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

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

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

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

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

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