#C253BB

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

Shades of Fuchsia #C253BB

Tints of Fuchsia #C253BB

Color information

#C253BB (or 0xC253BB) is unknown color: approx Fuchsia. HEX triplet: C2, 53 and BB. RGB value is (194,83,187). Sum of RGB (Red+Green+Blue) = 194+83+187=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C253BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C253BB is #3DAC44. Grayscale: #7F7F7F. Windows color (decimal): -4041797 or 12276674. OLE color: 12276674.

HSL color Cylindrical-coordinate representation of color #C253BB: hue angle of 303.78º 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 #C253BB is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19483187-
CMYK00.570.040.24
HSL303.78º47.64%54.31%-
HSV(B)303.78º57.22%76.08%-
XYZ34.3121.2449.31-
YUV128.05161.27175.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.81%
GREEN value IS 83 (32.81% from 255) = 17.89%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=41.81%
G=17.89%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948318700.570.040.24303.7847.6454.31
HexC253BB0394181303036
Octal3021232730714304606066
Binary11000010101001110111011011100110011000100110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C253BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C253BB; }

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

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

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

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

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

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

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

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