#C63CB0

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

Shades of Fuchsia #C63CB0

Tints of Fuchsia #C63CB0

Color information

#C63CB0 (or 0xC63CB0) is unknown color: approx Fuchsia. HEX triplet: C6, 3C and B0. RGB value is (198,60,176). Sum of RGB (Red+Green+Blue) = 198+60+176=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 176 (69.14% from 255 or 40.55% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C63CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63CB0 is #39C34F. Grayscale: #727272. Windows color (decimal): -3785552 or 11549894. OLE color: 11549894.

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

Color convert

RGB19860176-
CMYK00.700.110.22
HSL309.57º54.76%50.59%-
HSV(B)309.57º69.7%77.65%-
XYZ32.7418.3742.89-
YUV114.49162.72187.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 60 (23.83% from 255) = 13.82%
BLUE value IS 176 (69.14% from 255) = 40.55%
R=45.62%
G=13.82%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986017600.700.110.22309.5754.7650.59
HexC63CB0046B161363733
Octal30674260010613264666763
Binary110001101111001011000001000110101110110100110110110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63CB0; }

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

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

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

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

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

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

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

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