#C253AF

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

Shades of Fuchsia #C253AF

Tints of Fuchsia #C253AF

Color information

#C253AF (or 0xC253AF) is unknown color: approx Fuchsia. HEX triplet: C2, 53 and AF. RGB value is (194,83,175). Sum of RGB (Red+Green+Blue) = 194+83+175=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 194 - color contains mainly: red. Hex color #C253AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C253AF is #3DAC50. Grayscale: #7E7E7E. Windows color (decimal): -4041809 or 11490242. OLE color: 11490242.

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

Color convert

RGB19483175-
CMYK00.570.100.24
HSL310.27º47.64%54.31%-
HSV(B)310.27º57.22%76.08%-
XYZ33.0820.7542.82-
YUV126.68155.27176.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.92%
GREEN value IS 83 (32.81% from 255) = 18.36%
BLUE value IS 175 (68.75% from 255) = 38.72%
R=42.92%
G=18.36%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948317500.570.100.24310.2747.6454.31
HexC253AF039A181363036
Octal30212325707112304666066
Binary110000101010011101011110111001101011000100110110110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C253AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C253AF; }

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

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

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

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

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

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

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

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