#C736B4

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

Shades of Fuchsia #C736B4

Tints of Fuchsia #C736B4

Color information

#C736B4 (or 0xC736B4) is unknown color: approx Fuchsia. HEX triplet: C7, 36 and B4. RGB value is (199,54,180). Sum of RGB (Red+Green+Blue) = 199+54+180=433 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.96% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 199 - color contains mainly: red. Hex color #C736B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736B4 is #38C94B. Grayscale: #6F6F6F. Windows color (decimal): -3721548 or 11810503. OLE color: 11810503.

HSL color Cylindrical-coordinate representation of color #C736B4: hue angle of 307.86º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736B4 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19954180-
CMYK00.730.100.22
HSL307.86º57.31%49.61%-
HSV(B)307.86º72.86%78.04%-
XYZ33.1118.0844.92-
YUV111.72166.54190.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.96%
GREEN value IS 54 (21.48% from 255) = 12.47%
BLUE value IS 180 (70.70% from 255) = 41.57%
R=45.96%
G=12.47%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995418000.730.100.22307.8657.3149.61
HexC736B4049A161343932
Octal30766264011112264647162
Binary110001111101101011010001001001101010110100110100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C736B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C736B4; }

 p { color: rgb(199,54,180); }

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

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

 a { background-color: rgb(199,54,180); }

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

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

 span { border-color: rgb(199,54,180); }

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