#C755B1

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

Shades of Fuchsia #C755B1

Tints of Fuchsia #C755B1

Color information

#C755B1 (or 0xC755B1) is unknown color: approx Fuchsia. HEX triplet: C7, 55 and B1. RGB value is (199,85,177). Sum of RGB (Red+Green+Blue) = 199+85+177=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 177 (69.53% from 255 or 38.39% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C755B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C755B1 is #38AA4E. Grayscale: #818181. Windows color (decimal): -3713615 or 11621831. OLE color: 11621831.

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

Color convert

RGB19985177-
CMYK00.570.110.22
HSL311.58º50.44%55.69%-
HSV(B)311.58º57.29%78.04%-
XYZ34.7421.8143.97-
YUV129.57154.77177.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 177 (69.53% from 255) = 38.39%
R=43.17%
G=18.44%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998517700.570.110.22311.5850.4455.69
HexC755B1039B161383238
Octal30712526107113264706270
Binary110001111010101101100010111001101110110100111000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C755B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C755B1; }

 p { color: rgb(199,85,177); }

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

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

 a { background-color: rgb(199,85,177); }

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

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

 span { border-color: rgb(199,85,177); }

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