#C75DAD

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

Shades of Fuchsia #C75DAD

Tints of Fuchsia #C75DAD

Color information

#C75DAD (or 0xC75DAD) is unknown color: approx Fuchsia. HEX triplet: C7, 5D and AD. RGB value is (199,93,173). Sum of RGB (Red+Green+Blue) = 199+93+173=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 199 - color contains mainly: red. Hex color #C75DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75DAD is #38A252. Grayscale: #858585. Windows color (decimal): -3711571 or 11361735. OLE color: 11361735.

HSL color Cylindrical-coordinate representation of color #C75DAD: hue angle of 314.72º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75DAD is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19993173-
CMYK00.530.130.22
HSL314.72º48.62%57.25%-
HSV(B)314.72º53.27%78.04%-
XYZ35.0122.9942.13-
YUV133.81150.12174.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.80%
GREEN value IS 93 (36.72% from 255) = 20%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=42.80%
G=20%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999317300.530.130.22314.7248.6257.25
HexC75DAD035D1613b3139
Octal30713525506515264736171
Binary110001111011101101011010110101110110110100111011110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75DAD; }

 p { color: rgb(199,93,173); }

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

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

 a { background-color: rgb(199,93,173); }

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

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

 span { border-color: rgb(199,93,173); }

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