#C64CB0

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

Shades of Fuchsia #C64CB0

Tints of Fuchsia #C64CB0

Color information

#C64CB0 (or 0xC64CB0) is unknown color: approx Fuchsia. HEX triplet: C6, 4C and B0. RGB value is (198,76,176). Sum of RGB (Red+Green+Blue) = 198+76+176=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 198 - color contains mainly: red. Hex color #C64CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64CB0 is #39B34F. Grayscale: #7B7B7B. Windows color (decimal): -3781456 or 11553990. OLE color: 11553990.

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

Color convert

RGB19876176-
CMYK00.620.110.22
HSL310.82º51.69%53.73%-
HSV(B)310.82º61.62%77.65%-
XYZ33.7120.3143.22-
YUV123.88157.42180.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44%
GREEN value IS 76 (30.08% from 255) = 16.89%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=44%
G=16.89%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987617600.620.110.22310.8251.6953.73
HexC64CB003EB161373436
Octal30611426007613264676466
Binary110001101001100101100000111110101110110100110111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CB0; }

 p { color: rgb(198,76,176); }

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

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

 a { background-color: rgb(198,76,176); }

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

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

 span { border-color: rgb(198,76,176); }

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