#C54BCB

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

Shades of Fuchsia #C54BCB

Tints of Fuchsia #C54BCB

Color information

#C54BCB (or 0xC54BCB) is unknown color: approx Fuchsia. HEX triplet: C5, 4B and CB. RGB value is (197,75,203). Sum of RGB (Red+Green+Blue) = 197+75+203=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 75 (29.69% from 255 or 15.79% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #C54BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BCB is #3AB434. Grayscale: #7D7D7D. Windows color (decimal): -3847221 or 13323205. OLE color: 13323205.

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

Color convert

RGB19775203-
CMYK0.030.6300.20
HSL297.19º55.17%54.51%-
HSV(B)297.19º63.05%79.61%-
XYZ36.3221.2158.68-
YUV126.07171.42178.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 75 (29.69% from 255) = 15.79%
BLUE value IS 203 (79.69% from 255) = 42.74%
R=41.47%
G=15.79%
B=42.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197752030.030.6300.20297.1955.1754.51
HexC54BCB33F0141293737
Octal3051133133770244516767
Binary1100010110010111100101111111111010100100101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BCB; }

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

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

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

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

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

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

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

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