#C253B0

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

Shades of Fuchsia #C253B0

Tints of Fuchsia #C253B0

Color information

#C253B0 (or 0xC253B0) is unknown color: approx Fuchsia. HEX triplet: C2, 53 and B0. RGB value is (194,83,176). Sum of RGB (Red+Green+Blue) = 194+83+176=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 176 (69.14% from 255 or 38.85% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C253B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C253B0 is #3DAC4F. Grayscale: #7E7E7E. Windows color (decimal): -4041808 or 11555778. OLE color: 11555778.

HSL color Cylindrical-coordinate representation of color #C253B0: hue angle of 309.73º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C253B0 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB19483176-
CMYK00.570.090.24
HSL309.73º47.64%54.31%-
HSV(B)309.73º57.22%76.08%-
XYZ33.1820.7943.34-
YUV126.79155.77175.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.83%
GREEN value IS 83 (32.81% from 255) = 18.32%
BLUE value IS 176 (69.14% from 255) = 38.85%
R=42.83%
G=18.32%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948317600.570.090.24309.7347.6454.31
HexC253B00399181363036
Octal30212326007111304666066
Binary110000101010011101100000111001100111000100110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C253B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C253B0; }

 p { color: rgb(194,83,176); }

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

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

 a { background-color: rgb(194,83,176); }

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

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

 span { border-color: rgb(194,83,176); }

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