#C752BF

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

Shades of Fuchsia #C752BF

Tints of Fuchsia #C752BF

Color information

#C752BF (or 0xC752BF) is unknown color: approx Fuchsia. HEX triplet: C7, 52 and BF. RGB value is (199,82,191). Sum of RGB (Red+Green+Blue) = 199+82+191=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C752BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752BF is #38AD40. Grayscale: #818181. Windows color (decimal): -3714369 or 12538567. OLE color: 12538567.

HSL color Cylindrical-coordinate representation of color #C752BF: hue angle of 304.1º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C752BF is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19982191-
CMYK00.590.040.22
HSL304.1º51.09%55.1%-
HSV(B)304.1º58.79%78.04%-
XYZ35.9721.9451.63-
YUV129.41162.76177.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 191 (75% from 255) = 40.47%
R=42.16%
G=17.37%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998219100.590.040.22304.151.0955.1
HexC752BF03B4161303337
Octal3071222770734264606367
Binary11000111101001010111111011101110010110100110000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C752BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C752BF; }

 p { color: rgb(199,82,191); }

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

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

 a { background-color: rgb(199,82,191); }

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

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

 span { border-color: rgb(199,82,191); }

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