#C745BB

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

Shades of Fuchsia #C745BB

Tints of Fuchsia #C745BB

Color information

#C745BB (or 0xC745BB) is unknown color: approx Fuchsia. HEX triplet: C7, 45 and BB. RGB value is (199,69,187). Sum of RGB (Red+Green+Blue) = 199+69+187=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C745BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C745BB is #38BA44. Grayscale: #787878. Windows color (decimal): -3717701 or 12273095. OLE color: 12273095.

HSL color Cylindrical-coordinate representation of color #C745BB: hue angle of 305.54º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C745BB is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19969187-
CMYK00.650.060.22
HSL305.54º53.72%52.55%-
HSV(B)305.54º65.33%78.04%-
XYZ34.6519.9949.05-
YUV121.32165.07183.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.74%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=43.74%
G=15.16%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996918700.650.060.22305.5453.7252.55
HexC745BB0416161323635
Octal30710527301016264626665
Binary110001111000101101110110100000111010110100110010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C745BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C745BB; }

 p { color: rgb(199,69,187); }

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

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

 a { background-color: rgb(199,69,187); }

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

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

 span { border-color: rgb(199,69,187); }

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