#C061C3

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

Shades of Fuchsia #C061C3

Tints of Fuchsia #C061C3

Color information

#C061C3 (or 0xC061C3) is unknown color: approx Fuchsia. HEX triplet: C0, 61 and C3. RGB value is (192,97,195). Sum of RGB (Red+Green+Blue) = 192+97+195=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #C061C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061C3 is #3F9E3C. Grayscale: #888888. Windows color (decimal): -4169277 or 12804544. OLE color: 12804544.

HSL color Cylindrical-coordinate representation of color #C061C3: hue angle of 298.16º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C061C3 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19297195-
CMYK0.020.5000.24
HSL298.16º44.95%57.25%-
HSV(B)298.16º50.26%76.47%-
XYZ35.8623.754.31-
YUV136.58160.97167.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.67%
GREEN value IS 97 (38.28% from 255) = 20.04%
BLUE value IS 195 (76.56% from 255) = 40.29%
R=39.67%
G=20.04%
B=40.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192971950.020.5000.24298.1644.9557.25
HexC061C323201812a2d39
Octal3001413032620304525571
Binary1100000011000011100001110110010011000100101010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061C3; }

 p { color: rgb(192,97,195); }

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

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

 a { background-color: rgb(192,97,195); }

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

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

 span { border-color: rgb(192,97,195); }

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