#C061C2

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

Shades of Fuchsia #C061C2

Tints of Fuchsia #C061C2

Color information

#C061C2 (or 0xC061C2) is unknown color: approx Fuchsia. HEX triplet: C0, 61 and C2. RGB value is (192,97,194). Sum of RGB (Red+Green+Blue) = 192+97+194=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 194 - color contains mainly: blue. Hex color #C061C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C061C2 is #3F9E3D. Grayscale: #888888. Windows color (decimal): -4169278 or 12739008. OLE color: 12739008.

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

Color convert

RGB19297194-
CMYK0.010.5000.24
HSL298.76º44.29%57.06%-
HSV(B)298.76º50%76.08%-
XYZ35.7523.6553.72-
YUV136.46160.47167.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.75%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 194 (76.17% from 255) = 40.17%
R=39.75%
G=20.08%
B=40.17%

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
Decimal192971940.010.5000.24298.7644.2957.06
HexC061C213201812b2c39
Octal3001413021620304535471
Binary110000001100001110000101110010011000100101011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061C2; }

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

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

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

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

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

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

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

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