#c53fcb

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

Shades of Fuchsia #C53FCB

Tints of Fuchsia #C53FCB

Color information

#C53FCB (or 0xC53FCB) is unknown color: approx Fuchsia. HEX triplet: C5, 3F and CB. RGB value is (197,63,203). Sum of RGB (Red+Green+Blue) = 197+63+203=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #C53FCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53FCB is #3AC034. Grayscale: #767676. Windows color (decimal): -3850293 or 13320133. OLE color: 13320133.

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

Color convert

RGB19763203-
CMYK0.030.6900.20
HSL297.43º57.38%52.16%-
HSV(B)297.43º68.97%79.61%-
XYZ35.5819.7458.43-
YUV119.03175.39183.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.55%
GREEN value IS 63 (25% from 255) = 13.61%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=42.55%
G=13.61%
B=43.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197632030.030.6900.20297.4357.3852.16
HexC53FCB3450141293934
Octal3057731331050244517164
Binary1100010111111111001011111000101010100100101001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c53fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c53fcb; }

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

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

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

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

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

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

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

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