#C642AD

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

Shades of Fuchsia #C642AD

Tints of Fuchsia #C642AD

Color information

#C642AD (or 0xC642AD) is unknown color: approx Fuchsia. HEX triplet: C6, 42 and AD. RGB value is (198,66,173). Sum of RGB (Red+Green+Blue) = 198+66+173=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 198 - color contains mainly: red. Hex color #C642AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C642AD is #39BD52. Grayscale: #757575. Windows color (decimal): -3784019 or 11354822. OLE color: 11354822.

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

Color convert

RGB19866173-
CMYK00.670.130.22
HSL311.36º53.66%51.76%-
HSV(B)311.36º66.67%77.65%-
XYZ32.7818.9241.46-
YUV117.67159.23185.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.31%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=45.31%
G=15.10%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986617300.670.130.22311.3653.6651.76
HexC642AD043D161373634
Octal306102255010315264676664
Binary1100011010000101010110101000011110110110100110111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C642AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C642AD; }

 p { color: rgb(198,66,173); }

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

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

 a { background-color: rgb(198,66,173); }

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

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

 span { border-color: rgb(198,66,173); }

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