#C63CB9

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

Shades of Fuchsia #C63CB9

Tints of Fuchsia #C63CB9

Color information

#C63CB9 (or 0xC63CB9) is unknown color: approx Fuchsia. HEX triplet: C6, 3C and B9. RGB value is (198,60,185). Sum of RGB (Red+Green+Blue) = 198+60+185=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CB9 is #39C346. Grayscale: #737373. Windows color (decimal): -3785543 or 12139718. OLE color: 12139718.

HSL color Cylindrical-coordinate representation of color #C63CB9: hue angle of 305.65º 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 #C63CB9 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB19860185-
CMYK00.700.070.22
HSL305.65º54.76%50.59%-
HSV(B)305.65º69.7%77.65%-
XYZ33.6618.7447.74-
YUV115.51167.22186.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 60 (23.83% from 255) = 13.54%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=44.70%
G=13.54%
B=41.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986018500.700.070.22305.6554.7650.59
HexC63CB90467161323733
Octal3067427101067264626763
Binary11000110111100101110010100011011110110100110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63CB9; }

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

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

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

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

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

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

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

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