#C75CBC

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

Shades of Fuchsia #C75CBC

Tints of Fuchsia #C75CBC

Color information

#C75CBC (or 0xC75CBC) is unknown color: approx Fuchsia. HEX triplet: C7, 5C and BC. RGB value is (199,92,188). Sum of RGB (Red+Green+Blue) = 199+92+188=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 92 (36.33% from 255 or 19.21% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75CBC is #38A343. Grayscale: #868686. Windows color (decimal): -3711812 or 12344519. OLE color: 12344519.

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

Color convert

RGB19992188-
CMYK00.540.060.22
HSL306.17º48.86%57.06%-
HSV(B)306.17º53.77%78.04%-
XYZ36.4623.4350.18-
YUV134.94157.95173.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 92 (36.33% from 255) = 19.21%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=41.54%
G=19.21%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999218800.540.060.22306.1748.8657.06
HexC75CBC0366161323139
Octal3071342740666264626171
Binary11000111101110010111100011011011010110100110010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CBC; }

 p { color: rgb(199,92,188); }

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

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

 a { background-color: rgb(199,92,188); }

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

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

 span { border-color: rgb(199,92,188); }

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