#C561CB

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

Shades of Fuchsia #C561CB

Tints of Fuchsia #C561CB

Color information

#C561CB (or 0xC561CB) is unknown color: approx Fuchsia. HEX triplet: C5, 61 and CB. RGB value is (197,97,203). Sum of RGB (Red+Green+Blue) = 197+97+203=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 203 - color contains mainly: blue. Hex color #C561CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C561CB is #3A9E34. Grayscale: #8A8A8A. Windows color (decimal): -3841589 or 13328837. OLE color: 13328837.

HSL color Cylindrical-coordinate representation of color #C561CB: hue angle of 296.6º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C561CB is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19797203-
CMYK0.030.5200.20
HSL296.6º50.48%58.82%-
HSV(B)296.6º52.22%79.61%-
XYZ38.0824.7359.27-
YUV138.98164.13169.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=39.64%
G=19.52%
B=40.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197972030.030.5200.20296.650.4858.82
HexC561CB334014129323b
Octal3051413133640244516273
Binary1100010111000011100101111110100010100100101001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C561CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C561CB; }

 p { color: rgb(197,97,203); }

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

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

 a { background-color: rgb(197,97,203); }

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

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

 span { border-color: rgb(197,97,203); }

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