#C63FAD

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

Shades of Fuchsia #C63FAD

Tints of Fuchsia #C63FAD

Color information

#C63FAD (or 0xC63FAD) is unknown color: approx Fuchsia. HEX triplet: C6, 3F and AD. RGB value is (198,63,173). Sum of RGB (Red+Green+Blue) = 198+63+173=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 63 (25% from 255 or 14.52% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63FAD is #39C052. Grayscale: #737373. Windows color (decimal): -3784787 or 11354054. OLE color: 11354054.

HSL color Cylindrical-coordinate representation of color #C63FAD: hue angle of 311.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63FAD is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19863173-
CMYK00.680.130.22
HSL311.11º54.22%51.18%-
HSV(B)311.11º68.18%77.65%-
XYZ32.6118.5841.4-
YUV115.9160.23186.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 63 (25% from 255) = 14.52%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=45.62%
G=14.52%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986317300.680.130.22311.1154.2251.18
HexC63FAD044D161373633
Octal30677255010415264676663
Binary110001101111111010110101000100110110110100110111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FAD; }

 p { color: rgb(198,63,173); }

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

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

 a { background-color: rgb(198,63,173); }

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

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

 span { border-color: rgb(198,63,173); }

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