#C063A8

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

Shades of Fuchsia #C063A8

Tints of Fuchsia #C063A8

Color information

#C063A8 (or 0xC063A8) is unknown color: approx Fuchsia. HEX triplet: C0, 63 and A8. RGB value is (192,99,168). Sum of RGB (Red+Green+Blue) = 192+99+168=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C063A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063A8 is #3F9C57. Grayscale: #868686. Windows color (decimal): -4168792 or 11035584. OLE color: 11035584.

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

Color convert

RGB19299168-
CMYK00.480.120.25
HSL315.48º42.47%57.06%-
HSV(B)315.48º48.44%75.29%-
XYZ33.2722.9639.72-
YUV134.67146.81168.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=41.83%
G=21.57%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929916800.480.120.25315.4842.4757.06
HexC063A8030C1913b2a39
Octal30014325006014314735271
Binary110000001100011101010000110000110011001100111011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063A8; }

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

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

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

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

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

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

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

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