#C63CAA

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

Shades of Fuchsia #C63CAA

Tints of Fuchsia #C63CAA

Color information

#C63CAA (or 0xC63CAA) is unknown color: approx Fuchsia. HEX triplet: C6, 3C and AA. RGB value is (198,60,170). Sum of RGB (Red+Green+Blue) = 198+60+170=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63CAA is #39C355. Grayscale: #717171. Windows color (decimal): -3785558 or 11156678. OLE color: 11156678.

HSL color Cylindrical-coordinate representation of color #C63CAA: hue angle of 312.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63CAA is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19860170-
CMYK00.700.140.22
HSL312.17º54.76%50.59%-
HSV(B)312.17º69.7%77.65%-
XYZ32.1618.1439.84-
YUV113.8159.72188.06-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.26%
GREEN value IS 60 (23.83% from 255) = 14.02%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=46.26%
G=14.02%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986017000.700.140.22312.1754.7650.59
HexC63CAA046E161383733
Octal30674252010616264706763
Binary110001101111001010101001000110111010110100111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63CAA; }

 p { color: rgb(198,60,170); }

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

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

 a { background-color: rgb(198,60,170); }

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

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

 span { border-color: rgb(198,60,170); }

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