#C540CB

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

Shades of Fuchsia #C540CB

Tints of Fuchsia #C540CB

Color information

#C540CB (or 0xC540CB) is unknown color: approx Fuchsia. HEX triplet: C5, 40 and CB. RGB value is (197,64,203). Sum of RGB (Red+Green+Blue) = 197+64+203=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #C540CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C540CB is #3ABF34. Grayscale: #777777. Windows color (decimal): -3850037 or 13320389. OLE color: 13320389.

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

Color convert

RGB19764203-
CMYK0.030.6800.20
HSL297.41º57.2%52.35%-
HSV(B)297.41º68.47%79.61%-
XYZ35.6419.8558.45-
YUV119.61175.06183.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.46%
GREEN value IS 64 (25.39% from 255) = 13.79%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=42.46%
G=13.79%
B=43.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197642030.030.6800.20297.4157.252.35
HexC540CB3440141293934
Octal30510031331040244517164
Binary11000101100000011001011111000100010100100101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C540CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C540CB; }

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

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

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

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

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

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

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

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