#C644B4

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

Shades of Fuchsia #C644B4

Tints of Fuchsia #C644B4

Color information

#C644B4 (or 0xC644B4) is unknown color: approx Fuchsia. HEX triplet: C6, 44 and B4. RGB value is (198,68,180). Sum of RGB (Red+Green+Blue) = 198+68+180=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 68 (26.95% from 255 or 15.25% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C644B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C644B4 is #39BB4B. Grayscale: #777777. Windows color (decimal): -3783500 or 11814086. OLE color: 11814086.

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

Color convert

RGB19868180-
CMYK00.660.090.22
HSL308.31º53.28%52.16%-
HSV(B)308.31º65.66%77.65%-
XYZ33.5919.4445.16-
YUV119.64162.07183.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 68 (26.95% from 255) = 15.25%
BLUE value IS 180 (70.70% from 255) = 40.36%
R=44.39%
G=15.25%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986818000.660.090.22308.3153.2852.16
HexC644B40429161343534
Octal306104264010211264646564
Binary1100011010001001011010001000010100110110100110100110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C644B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C644B4; }

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

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

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

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

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

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

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

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