#C151AD

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

Shades of Fuchsia #C151AD

Tints of Fuchsia #C151AD

Color information

#C151AD (or 0xC151AD) is unknown color: approx Fuchsia. HEX triplet: C1, 51 and AD. RGB value is (193,81,173). Sum of RGB (Red+Green+Blue) = 193+81+173=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C151AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C151AD is #3EAE52. Grayscale: #7C7C7C. Windows color (decimal): -4107859 or 11358657. OLE color: 11358657.

HSL color Cylindrical-coordinate representation of color #C151AD: hue angle of 310.71º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C151AD is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB19381173-
CMYK00.580.100.24
HSL310.71º47.46%53.73%-
HSV(B)310.71º58.03%75.69%-
XYZ32.4820.2441.73-
YUV124.98155.11176.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=43.18%
G=18.12%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938117300.580.100.24310.7147.4653.73
HexC151AD03AA181372f36
Octal30112125507212304675766
Binary110000011010001101011010111010101011000100110111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C151AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C151AD; }

 p { color: rgb(193,81,173); }

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

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

 a { background-color: rgb(193,81,173); }

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

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

 span { border-color: rgb(193,81,173); }

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