#C64EAD

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

Shades of Fuchsia #C64EAD

Tints of Fuchsia #C64EAD

Color information

#C64EAD (or 0xC64EAD) is unknown color: approx Fuchsia. HEX triplet: C6, 4E and AD. RGB value is (198,78,173). Sum of RGB (Red+Green+Blue) = 198+78+173=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 78 (30.86% from 255 or 17.37% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C64EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64EAD is #39B152. Grayscale: #7C7C7C. Windows color (decimal): -3780947 or 11357894. OLE color: 11357894.

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

Color convert

RGB19878173-
CMYK00.610.130.22
HSL312.5º51.28%54.12%-
HSV(B)312.5º60.61%77.65%-
XYZ33.5620.4741.72-
YUV124.71155.26180.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 78 (30.86% from 255) = 17.37%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=44.10%
G=17.37%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987817300.610.130.22312.551.2854.12
HexC64EAD03DD161383336
Octal30611625507515264706366
Binary110001101001110101011010111101110110110100111000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64EAD; }

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

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

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

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

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

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

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

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