#C63FCC

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

Shades of Fuchsia #C63FCC

Tints of Fuchsia #C63FCC

Color information

#C63FCC (or 0xC63FCC) is unknown color: approx Fuchsia. HEX triplet: C6, 3F and CC. RGB value is (198,63,204). Sum of RGB (Red+Green+Blue) = 198+63+204=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #C63FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C63FCC is #39C033. Grayscale: #777777. Windows color (decimal): -3784756 or 13385670. OLE color: 13385670.

HSL color Cylindrical-coordinate representation of color #C63FCC: hue angle of 297.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63FCC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19863204-
CMYK0.030.6900.2
HSL297.45º58.02%52.35%-
HSV(B)297.45º69.12%80%-
XYZ35.9719.9259.08-
YUV119.44175.73184.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.58%
GREEN value IS 63 (25% from 255) = 13.55%
BLUE value IS 204 (80.08% from 255) = 43.87%
R=42.58%
G=13.55%
B=43.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal198632040.030.6900.2297.4558.0252.35
HexC63FCC3450141293a34
Octal3067731431050244517264
Binary1100011011111111001100111000101010100100101001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63FCC; }

 p { color: rgb(198,63,204); }

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

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

 a { background-color: rgb(198,63,204); }

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

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

 span { border-color: rgb(198,63,204); }

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