#C731B6

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

Shades of Fuchsia #C731B6

Tints of Fuchsia #C731B6

Color information

#C731B6 (or 0xC731B6) is unknown color: approx Fuchsia. HEX triplet: C7, 31 and B6. RGB value is (199,49,182). Sum of RGB (Red+Green+Blue) = 199+49+182=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C731B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731B6 is #38CE49. Grayscale: #6C6C6C. Windows color (decimal): -3722826 or 11940295. OLE color: 11940295.

HSL color Cylindrical-coordinate representation of color #C731B6: hue angle of 306.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C731B6 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB19949182-
CMYK00.750.090.22
HSL306.8º60.48%48.63%-
HSV(B)306.8º75.38%78.04%-
XYZ33.117.7245.93-
YUV109.01169.2192.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 49 (19.53% from 255) = 11.40%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=46.28%
G=11.40%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1994918200.750.090.22306.860.4848.63
HexC731B604B9161333c31
Octal30761266011311264637461
Binary110001111100011011011001001011100110110100110011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C731B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C731B6; }

 p { color: rgb(199,49,182); }

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

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

 a { background-color: rgb(199,49,182); }

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

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

 span { border-color: rgb(199,49,182); }

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