#C570BB

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

Shades of Fuchsia #C570BB

Tints of Fuchsia #C570BB

Color information

#C570BB (or 0xC570BB) is unknown color: approx Fuchsia. HEX triplet: C5, 70 and BB. RGB value is (197,112,187). Sum of RGB (Red+Green+Blue) = 197+112+187=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C570BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C570BB is #3A8F44. Grayscale: #919191. Windows color (decimal): -3837765 or 12284101. OLE color: 12284101.

HSL color Cylindrical-coordinate representation of color #C570BB: hue angle of 307.06º 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 #C570BB is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197112187-
CMYK00.430.050.23
HSL307.06º42.29%60.59%-
HSV(B)307.06º43.15%77.25%-
XYZ37.7927.0550.24-
YUV145.96151.16164.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 112 (44.14% from 255) = 22.58%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=39.72%
G=22.58%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711218700.430.050.23307.0642.2960.59
HexC570BB02B5171332a3d
Octal3051602730535274635275
Binary11000101111000010111011010101110110111100110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C570BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C570BB; }

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

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

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

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

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

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

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

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