#C570B5

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

Shades of Fuchsia #C570B5

Tints of Fuchsia #C570B5

Color information

#C570B5 (or 0xC570B5) is unknown color: approx Fuchsia. HEX triplet: C5, 70 and B5. RGB value is (197,112,181). Sum of RGB (Red+Green+Blue) = 197+112+181=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C570B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570B5 is #3A8F4A. Grayscale: #919191. Windows color (decimal): -3837771 or 11890885. OLE color: 11890885.

HSL color Cylindrical-coordinate representation of color #C570B5: hue angle of 311.29º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C570B5 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB197112181-
CMYK00.430.080.23
HSL311.29º42.29%60.59%-
HSV(B)311.29º43.15%77.25%-
XYZ37.1626.7946.93-
YUV145.28148.16164.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.20%
GREEN value IS 112 (44.14% from 255) = 22.86%
BLUE value IS 181 (71.09% from 255) = 36.94%
R=40.20%
G=22.86%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711218100.430.080.23311.2942.2960.59
HexC570B502B8171372a3d
Octal30516026505310274675275
Binary110001011110000101101010101011100010111100110111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C570B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C570B5; }

 p { color: rgb(197,112,181); }

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

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

 a { background-color: rgb(197,112,181); }

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

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

 span { border-color: rgb(197,112,181); }

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