#C75BB7

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

Shades of Fuchsia #C75BB7

Tints of Fuchsia #C75BB7

Color information

#C75BB7 (or 0xC75BB7) is unknown color: approx Fuchsia. HEX triplet: C7, 5B and B7. RGB value is (199,91,183). Sum of RGB (Red+Green+Blue) = 199+91+183=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 91 (35.94% from 255 or 19.24% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C75BB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75BB7 is #38A448. Grayscale: #858585. Windows color (decimal): -3712073 or 12016583. OLE color: 12016583.

HSL color Cylindrical-coordinate representation of color #C75BB7: hue angle of 308.89º 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 #C75BB7 is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB19991183-
CMYK00.540.080.22
HSL308.89º49.09%56.86%-
HSV(B)308.89º54.27%78.04%-
XYZ35.8423.0447.36-
YUV133.78155.78174.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 91 (35.94% from 255) = 19.24%
BLUE value IS 183 (71.88% from 255) = 38.69%
R=42.07%
G=19.24%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999118300.540.080.22308.8949.0956.86
HexC75BB70368161353139
Octal30713326706610264656171
Binary110001111011011101101110110110100010110100110101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75BB7; }

 p { color: rgb(199,91,183); }

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

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

 a { background-color: rgb(199,91,183); }

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

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

 span { border-color: rgb(199,91,183); }

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