#C471BB

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

Shades of Fuchsia #C471BB

Tints of Fuchsia #C471BB

Color information

#C471BB (or 0xC471BB) is unknown color: approx Fuchsia. HEX triplet: C4, 71 and BB. RGB value is (196,113,187). Sum of RGB (Red+Green+Blue) = 196+113+187=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C471BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C471BB is #3B8E44. Grayscale: #929292. Windows color (decimal): -3903045 or 12284356. OLE color: 12284356.

HSL color Cylindrical-coordinate representation of color #C471BB: hue angle of 306.51º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C471BB is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196113187-
CMYK00.420.050.23
HSL306.51º41.29%60.59%-
HSV(B)306.51º42.35%76.86%-
XYZ37.6427.1350.27-
YUV146.25151163.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 187 (73.44% from 255) = 37.70%
R=39.52%
G=22.78%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611318700.420.050.23306.5141.2960.59
HexC471BB02A517133293d
Octal3041612730525274635175
Binary11000100111000110111011010101010110111100110011101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C471BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C471BB; }

 p { color: rgb(196,113,187); }

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

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

 a { background-color: rgb(196,113,187); }

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

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

 span { border-color: rgb(196,113,187); }

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