#C752BE

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

Shades of Fuchsia #C752BE

Tints of Fuchsia #C752BE

Color information

#C752BE (or 0xC752BE) is unknown color: approx Fuchsia. HEX triplet: C7, 52 and BE. RGB value is (199,82,190). Sum of RGB (Red+Green+Blue) = 199+82+190=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C752BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752BE is #38AD41. Grayscale: #808080. Windows color (decimal): -3714370 or 12473031. OLE color: 12473031.

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

Color convert

RGB19982190-
CMYK00.590.050.22
HSL304.62º51.09%55.1%-
HSV(B)304.62º58.79%78.04%-
XYZ35.8621.8951.05-
YUV129.29162.26177.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 82 (32.42% from 255) = 17.41%
BLUE value IS 190 (74.61% from 255) = 40.34%
R=42.25%
G=17.41%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998219000.590.050.22304.6251.0955.1
HexC752BE03B5161313337
Octal3071222760735264616367
Binary11000111101001010111110011101110110110100110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C752BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C752BE; }

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

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

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

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

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

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

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

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