#C63CBC

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

Shades of Fuchsia #C63CBC

Tints of Fuchsia #C63CBC

Color information

#C63CBC (or 0xC63CBC) is unknown color: approx Fuchsia. HEX triplet: C6, 3C and BC. RGB value is (198,60,188). Sum of RGB (Red+Green+Blue) = 198+60+188=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63CBC is #39C343. Grayscale: #737373. Windows color (decimal): -3785540 or 12336326. OLE color: 12336326.

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

Color convert

RGB19860188-
CMYK00.700.050.22
HSL304.35º54.76%50.59%-
HSV(B)304.35º69.7%77.65%-
XYZ33.9818.8749.43-
YUV115.85168.72186.59-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 60 (23.83% from 255) = 13.45%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=44.39%
G=13.45%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986018800.700.050.22304.3554.7650.59
HexC63CBC0465161303733
Octal3067427401065264606763
Binary11000110111100101111000100011010110110100110000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63CBC; }

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

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

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

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

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

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

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

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