#C061C1

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

Shades of Fuchsia #C061C1

Tints of Fuchsia #C061C1

Color information

#C061C1 (or 0xC061C1) is unknown color: approx Fuchsia. HEX triplet: C0, 61 and C1. RGB value is (192,97,193). Sum of RGB (Red+Green+Blue) = 192+97+193=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #C061C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061C1 is #3F9E3E. Grayscale: #888888. Windows color (decimal): -4169279 or 12673472. OLE color: 12673472.

HSL color Cylindrical-coordinate representation of color #C061C1: hue angle of 299.38º degrees, saturation: 0.44, 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 #C061C1 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19297193-
CMYK0.010.5000.24
HSL299.38º43.64%56.86%-
HSV(B)299.38º49.74%75.69%-
XYZ35.6423.6153.13-
YUV136.35159.97167.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.83%
GREEN value IS 97 (38.28% from 255) = 20.12%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=39.83%
G=20.12%
B=40.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192971930.010.5000.24299.3843.6456.86
HexC061C113201812b2c39
Octal3001413011620304535471
Binary110000001100001110000011110010011000100101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061C1; }

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

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

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

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

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

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

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

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