#C738AD

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

Shades of Fuchsia #C738AD

Tints of Fuchsia #C738AD

Color information

#C738AD (or 0xC738AD) is unknown color: approx Fuchsia. HEX triplet: C7, 38 and AD. RGB value is (199,56,173). Sum of RGB (Red+Green+Blue) = 199+56+173=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C738AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C738AD is #38C752. Grayscale: #6F6F6F. Windows color (decimal): -3721043 or 11352263. OLE color: 11352263.

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

Color convert

RGB19956173-
CMYK00.720.130.22
HSL310.91º56.08%50%-
HSV(B)310.91º71.86%78.04%-
XYZ32.5117.9941.29-
YUV112.1162.38189.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 56 (22.27% from 255) = 13.08%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=46.50%
G=13.08%
B=40.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995617300.720.130.22310.9156.0850
HexC738AD048D161373832
Octal30770255011015264677062
Binary110001111110001010110101001000110110110100110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C738AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C738AD; }

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

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

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

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

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

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

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

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