#C54BCA

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

Shades of Fuchsia #C54BCA

Tints of Fuchsia #C54BCA

Color information

#C54BCA (or 0xC54BCA) is unknown color: approx Fuchsia. HEX triplet: C5, 4B and CA. RGB value is (197,75,202). Sum of RGB (Red+Green+Blue) = 197+75+202=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 75 (29.69% from 255 or 15.82% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #C54BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C54BCA is #3AB435. Grayscale: #7D7D7D. Windows color (decimal): -3847222 or 13257669. OLE color: 13257669.

HSL color Cylindrical-coordinate representation of color #C54BCA: hue angle of 297.64º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54BCA is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19775202-
CMYK0.020.6300.21
HSL297.64º54.51%54.31%-
HSV(B)297.64º62.87%79.22%-
XYZ36.221.1758.05-
YUV125.96170.92178.67-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 75 (29.69% from 255) = 15.82%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=41.56%
G=15.82%
B=42.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197752020.020.6300.21297.6454.5154.31
HexC54BCA23F01512a3736
Octal3051133122770254526766
Binary1100010110010111100101010111111010101100101010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54BCA; }

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

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

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

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

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

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

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

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