#C644B1

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

Shades of Fuchsia #C644B1

Tints of Fuchsia #C644B1

Color information

#C644B1 (or 0xC644B1) is unknown color: approx Fuchsia. HEX triplet: C6, 44 and B1. RGB value is (198,68,177). Sum of RGB (Red+Green+Blue) = 198+68+177=443 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.70% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 198 - color contains mainly: red. Hex color #C644B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C644B1 is #39BB4E. Grayscale: #767676. Windows color (decimal): -3783503 or 11617478. OLE color: 11617478.

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

Color convert

RGB19868177-
CMYK00.660.110.22
HSL309.69º53.28%52.16%-
HSV(B)309.69º65.66%77.65%-
XYZ33.2919.3143.57-
YUV119.3160.57184.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.70%
GREEN value IS 68 (26.95% from 255) = 15.35%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=44.70%
G=15.35%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986817700.660.110.22309.6953.2852.16
HexC644B1042B161363534
Octal306104261010213264666564
Binary1100011010001001011000101000010101110110100110110110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C644B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C644B1; }

 p { color: rgb(198,68,177); }

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

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

 a { background-color: rgb(198,68,177); }

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

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

 span { border-color: rgb(198,68,177); }

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