#C63BAA

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

Shades of Fuchsia #C63BAA

Tints of Fuchsia #C63BAA

Color information

#C63BAA (or 0xC63BAA) is unknown color: approx Fuchsia. HEX triplet: C6, 3B and AA. RGB value is (198,59,170). Sum of RGB (Red+Green+Blue) = 198+59+170=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BAA is #39C455. Grayscale: #707070. Windows color (decimal): -3785814 or 11156422. OLE color: 11156422.

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

Color convert

RGB19859170-
CMYK00.700.140.22
HSL312.09º54.94%50.39%-
HSV(B)312.09º70.2%77.65%-
XYZ32.1118.0439.82-
YUV113.21160.05188.47-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 59 (23.44% from 255) = 13.82%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=46.37%
G=13.82%
B=39.81%

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
Decimal1985917000.700.140.22312.0954.9450.39
HexC63BAA046E161383732
Octal30673252010616264706762
Binary110001101110111010101001000110111010110100111000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63BAA; }

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

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

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

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

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

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

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

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