#C063B2

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

Shades of Fuchsia #C063B2

Tints of Fuchsia #C063B2

Color information

#C063B2 (or 0xC063B2) is unknown color: approx Fuchsia. HEX triplet: C0, 63 and B2. RGB value is (192,99,178). Sum of RGB (Red+Green+Blue) = 192+99+178=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C063B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C063B2 is #3F9C4D. Grayscale: #878787. Windows color (decimal): -4168782 or 11690944. OLE color: 11690944.

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

Color convert

RGB19299178-
CMYK00.480.070.25
HSL309.03º42.47%57.06%-
HSV(B)309.03º48.44%75.29%-
XYZ34.2423.3444.82-
YUV135.81151.81168.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=40.94%
G=21.11%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929917800.480.070.25309.0342.4757.06
HexC063B20307191352a39
Octal3001432620607314655271
Binary11000000110001110110010011000011111001100110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063B2; }

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

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

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

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

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

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

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

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