#C64DBB

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

Shades of Fuchsia #C64DBB

Tints of Fuchsia #C64DBB

Color information

#C64DBB (or 0xC64DBB) is unknown color: approx Fuchsia. HEX triplet: C6, 4D and BB. RGB value is (198,77,187). Sum of RGB (Red+Green+Blue) = 198+77+187=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 77 (30.47% from 255 or 16.67% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 198 - color contains mainly: red. Hex color #C64DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64DBB is #39B244. Grayscale: #7D7D7D. Windows color (decimal): -3781189 or 12275142. OLE color: 12275142.

HSL color Cylindrical-coordinate representation of color #C64DBB: hue angle of 305.45º 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 #C64DBB is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19877187-
CMYK00.610.060.22
HSL305.45º51.49%53.92%-
HSV(B)305.45º61.11%77.65%-
XYZ34.9120.949.21-
YUV125.72162.59179.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.86%
GREEN value IS 77 (30.47% from 255) = 16.67%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=42.86%
G=16.67%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987718700.610.060.22305.4551.4953.92
HexC64DBB03D6161313336
Octal3061152730756264616366
Binary11000110100110110111011011110111010110100110001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64DBB; }

 p { color: rgb(198,77,187); }

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

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

 a { background-color: rgb(198,77,187); }

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

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

 span { border-color: rgb(198,77,187); }

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