#C063BE

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

Shades of Fuchsia #C063BE

Tints of Fuchsia #C063BE

Color information

#C063BE (or 0xC063BE) is unknown color: approx Fuchsia. HEX triplet: C0, 63 and BE. RGB value is (192,99,190). Sum of RGB (Red+Green+Blue) = 192+99+190=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C063BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063BE is #3F9C41. Grayscale: #888888. Windows color (decimal): -4168770 or 12477376. OLE color: 12477376.

HSL color Cylindrical-coordinate representation of color #C063BE: hue angle of 301.29º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C063BE is Cyan = 0, Magento = 0.48, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19299190-
CMYK00.480.010.25
HSL301.29º42.47%57.06%-
HSV(B)301.29º48.44%75.29%-
XYZ35.4923.8551.45-
YUV137.18157.81167.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.92%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=39.92%
G=20.58%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929919000.480.010.25301.2942.4757.06
HexC063BE03011912d2a39
Octal3001432760601314555271
Binary110000001100011101111100110000111001100101101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063BE; }

 p { color: rgb(192,99,190); }

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

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

 a { background-color: rgb(192,99,190); }

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

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

 span { border-color: rgb(192,99,190); }

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