#C671BD

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

Shades of Fuchsia #C671BD

Tints of Fuchsia #C671BD

Color information

#C671BD (or 0xC671BD) is unknown color: approx Fuchsia. HEX triplet: C6, 71 and BD. RGB value is (198,113,189). Sum of RGB (Red+Green+Blue) = 198+113+189=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C671BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C671BD is #398E42. Grayscale: #929292. Windows color (decimal): -3771971 or 12415430. OLE color: 12415430.

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

Color convert

RGB198113189-
CMYK00.430.050.22
HSL306.35º42.71%60.98%-
HSV(B)306.35º42.93%77.65%-
XYZ38.3827.4951.43-
YUV147.08151.66164.32-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.6%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 189 (74.22% from 255) = 37.8%
R=39.6%
G=22.6%
B=37.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811318900.430.050.22306.3542.7160.98
HexC671BD02B5161322b3d
Octal3061612750535264625375
Binary11000110111000110111101010101110110110100110010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C671BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C671BD; }

 p { color: rgb(198,113,189); }

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

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

 a { background-color: rgb(198,113,189); }

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

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

 span { border-color: rgb(198,113,189); }

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