#C562BB

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

Shades of Fuchsia #C562BB

Tints of Fuchsia #C562BB

Color information

#C562BB (or 0xC562BB) is unknown color: approx Fuchsia. HEX triplet: C5, 62 and BB. RGB value is (197,98,187). Sum of RGB (Red+Green+Blue) = 197+98+187=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C562BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C562BB is #3A9D44. Grayscale: #898989. Windows color (decimal): -3841349 or 12280517. OLE color: 12280517.

HSL color Cylindrical-coordinate representation of color #C562BB: hue angle of 306.06º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C562BB is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19798187-
CMYK00.500.050.23
HSL306.06º46.05%57.84%-
HSV(B)306.06º50.25%77.25%-
XYZ36.3624.1949.77-
YUV137.75155.8170.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 98 (38.67% from 255) = 20.33%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=40.87%
G=20.33%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979818700.500.050.23306.0646.0557.84
HexC562BB0325171322e3a
Octal3051422730625274625672
Binary11000101110001010111011011001010110111100110010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C562BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C562BB; }

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

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

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

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

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

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

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

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