#C64AC7

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

Shades of Fuchsia #C64AC7

Tints of Fuchsia #C64AC7

Color information

#C64AC7 (or 0xC64AC7) is unknown color: approx Fuchsia. HEX triplet: C6, 4A and C7. RGB value is (198,74,199). Sum of RGB (Red+Green+Blue) = 198+74+199=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #C64AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C64AC7 is #39B538. Grayscale: #7C7C7C. Windows color (decimal): -3781945 or 13060806. OLE color: 13060806.

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

Color convert

RGB19874199-
CMYK0.010.6300.22
HSL299.52º52.74%53.53%-
HSV(B)299.52º62.81%78.04%-
XYZ36.0521.0356.19-
YUV125.33169.58179.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 74 (29.30% from 255) = 15.71%
BLUE value IS 199 (78.12% from 255) = 42.25%
R=42.04%
G=15.71%
B=42.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198741990.010.6300.22299.5252.7453.53
HexC64AC713F01612c3536
Octal3061123071770264546566
Binary110001101001010110001111111111010110100101100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64AC7; }

 p { color: rgb(198,74,199); }

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

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

 a { background-color: rgb(198,74,199); }

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

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

 span { border-color: rgb(198,74,199); }

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