#C252AD

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

Shades of Fuchsia #C252AD

Tints of Fuchsia #C252AD

Color information

#C252AD (or 0xC252AD) is unknown color: approx Fuchsia. HEX triplet: C2, 52 and AD. RGB value is (194,82,173). Sum of RGB (Red+Green+Blue) = 194+82+173=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C252AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C252AD is #3DAD52. Grayscale: #7D7D7D. Windows color (decimal): -4042067 or 11358914. OLE color: 11358914.

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

Color convert

RGB19482173-
CMYK00.580.110.24
HSL311.25º47.86%54.12%-
HSV(B)311.25º57.73%76.08%-
XYZ32.8120.5241.77-
YUV125.86154.61176.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 82 (32.42% from 255) = 18.26%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=43.21%
G=18.26%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948217300.580.110.24311.2547.8654.12
HexC252AD03AB181373036
Octal30212225507213304676066
Binary110000101010010101011010111010101111000100110111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C252AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C252AD; }

 p { color: rgb(194,82,173); }

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

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

 a { background-color: rgb(194,82,173); }

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

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

 span { border-color: rgb(194,82,173); }

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