#C648BB

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

Shades of Fuchsia #C648BB

Tints of Fuchsia #C648BB

Color information

#C648BB (or 0xC648BB) is unknown color: approx Fuchsia. HEX triplet: C6, 48 and BB. RGB value is (198,72,187). Sum of RGB (Red+Green+Blue) = 198+72+187=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C648BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C648BB is #39B744. Grayscale: #7A7A7A. Windows color (decimal): -3782469 or 12273862. OLE color: 12273862.

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

Color convert

RGB19872187-
CMYK00.640.060.22
HSL305.24º52.5%52.94%-
HSV(B)305.24º63.64%77.65%-
XYZ34.5820.2349.1-
YUV122.78164.24181.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 72 (28.52% from 255) = 15.75%
BLUE value IS 187 (73.44% from 255) = 40.92%
R=43.33%
G=15.75%
B=40.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1987218700.640.060.22305.2452.552.94
HexC648BB0406161313535
Octal30611027301006264616565
Binary110001101001000101110110100000011010110100110001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C648BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C648BB; }

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

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

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

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

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

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

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

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