#C15FCA

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

Shades of Fuchsia #C15FCA

Tints of Fuchsia #C15FCA

Color information

#C15FCA (or 0xC15FCA) is unknown color: approx Fuchsia. HEX triplet: C1, 5F and CA. RGB value is (193,95,202). Sum of RGB (Red+Green+Blue) = 193+95+202=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 95 (37.5% from 255 or 19.39% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #C15FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FCA is #3EA035. Grayscale: #888888. Windows color (decimal): -4104246 or 13262785. OLE color: 13262785.

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

Color convert

RGB19395202-
CMYK0.040.5300.21
HSL294.95º50.23%58.24%-
HSV(B)294.95º52.97%79.22%-
XYZ36.7523.7958.53-
YUV136.5164.97168.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.39%
GREEN value IS 95 (37.5% from 255) = 19.39%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=39.39%
G=19.39%
B=41.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193952020.040.5300.21294.9550.2358.24
HexC15FCA435015127323a
Octal3011373124650254476272
Binary11000001101111111001010100110101010101100100111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15FCA; }

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

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

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

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

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

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

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

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