#C737C1

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

Shades of Fuchsia #C737C1

Tints of Fuchsia #C737C1

Color information

#C737C1 (or 0xC737C1) is unknown color: approx Fuchsia. HEX triplet: C7, 37 and C1. RGB value is (199,55,193). Sum of RGB (Red+Green+Blue) = 199+55+193=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 193 (75.78% from 255 or 43.18% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C737C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737C1 is #38C83E. Grayscale: #717171. Windows color (decimal): -3721279 or 12662727. OLE color: 12662727.

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

Color convert

RGB19955193-
CMYK00.720.030.22
HSL302.5º56.69%49.8%-
HSV(B)302.5º72.36%78.04%-
XYZ34.5518.7252.25-
YUV113.79172.71188.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 55 (21.88% from 255) = 12.30%
BLUE value IS 193 (75.78% from 255) = 43.18%
R=44.52%
G=12.30%
B=43.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995519300.720.030.22302.556.6949.8
HexC737C104831612e3932
Octal3076730101103264567162
Binary1100011111011111000001010010001110110100101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C737C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C737C1; }

 p { color: rgb(199,55,193); }

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

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

 a { background-color: rgb(199,55,193); }

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

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

 span { border-color: rgb(199,55,193); }

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