#C15FC0

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

Shades of Fuchsia #C15FC0

Tints of Fuchsia #C15FC0

Color information

#C15FC0 (or 0xC15FC0) is unknown color: approx Fuchsia. HEX triplet: C1, 5F and C0. RGB value is (193,95,192). Sum of RGB (Red+Green+Blue) = 193+95+192=480 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.21% from 480); Green value is 95 (37.5% from 255 or 19.79% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 193 - color contains mainly: red. Hex color #C15FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C15FC0 is #3EA03F. Grayscale: #878787. Windows color (decimal): -4104256 or 12607425. OLE color: 12607425.

HSL color Cylindrical-coordinate representation of color #C15FC0: hue angle of 300.61º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C15FC0 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB19395192-
CMYK00.510.010.24
HSL300.61º44.14%56.47%-
HSV(B)300.61º50.78%75.69%-
XYZ35.623.3352.5-
YUV135.36159.97169.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.21%
GREEN value IS 95 (37.5% from 255) = 19.79%
BLUE value IS 192 (75.39% from 255) = 40%
R=40.21%
G=19.79%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939519200.510.010.24300.6144.1456.47
HexC15FC003311812d2c38
Octal3011373000631304555470
Binary110000011011111110000000110011111000100101101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15FC0; }

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

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

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

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

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

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

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

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