#C567AC

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

Shades of Fuchsia #C567AC

Tints of Fuchsia #C567AC

Color information

#C567AC (or 0xC567AC) is unknown color: approx Fuchsia. HEX triplet: C5, 67 and AC. RGB value is (197,103,172). Sum of RGB (Red+Green+Blue) = 197+103+172=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C567AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C567AC is #3A9853. Grayscale: #8A8A8A. Windows color (decimal): -3840084 or 11298757. OLE color: 11298757.

HSL color Cylindrical-coordinate representation of color #C567AC: hue angle of 315.96º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C567AC is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197103172-
CMYK00.480.130.23
HSL315.96º44.76%58.82%-
HSV(B)315.96º47.72%77.25%-
XYZ35.3224.5541.91-
YUV138.97146.64169.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.74%
GREEN value IS 103 (40.62% from 255) = 21.82%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=41.74%
G=21.82%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710317200.480.130.23315.9644.7658.82
HexC567AC030D1713c2d3b
Octal30514725406015274745573
Binary110001011100111101011000110000110110111100111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C567AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C567AC; }

 p { color: rgb(197,103,172); }

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

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

 a { background-color: rgb(197,103,172); }

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

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

 span { border-color: rgb(197,103,172); }

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