#C063B9

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

Shades of Fuchsia #C063B9

Tints of Fuchsia #C063B9

Color information

#C063B9 (or 0xC063B9) is unknown color: approx Fuchsia. HEX triplet: C0, 63 and B9. RGB value is (192,99,185). Sum of RGB (Red+Green+Blue) = 192+99+185=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C063B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063B9 is #3F9C46. Grayscale: #888888. Windows color (decimal): -4168775 or 12149696. OLE color: 12149696.

HSL color Cylindrical-coordinate representation of color #C063B9: hue angle of 304.52º 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 #C063B9 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB19299185-
CMYK00.480.040.25
HSL304.52º42.47%57.06%-
HSV(B)304.52º48.44%75.29%-
XYZ34.9623.6348.62-
YUV136.61155.31167.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=40.34%
G=20.80%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929918500.480.040.25304.5242.4757.06
HexC063B90304191312a39
Octal3001432710604314615271
Binary11000000110001110111001011000010011001100110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063B9; }

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

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

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

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

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

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

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

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