#C752B6

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

Shades of Fuchsia #C752B6

Tints of Fuchsia #C752B6

Color information

#C752B6 (or 0xC752B6) is unknown color: approx Fuchsia. HEX triplet: C7, 52 and B6. RGB value is (199,82,182). Sum of RGB (Red+Green+Blue) = 199+82+182=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C752B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752B6 is #38AD49. Grayscale: #808080. Windows color (decimal): -3714378 or 11948743. OLE color: 11948743.

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

Color convert

RGB19982182-
CMYK00.590.090.22
HSL308.72º51.09%55.1%-
HSV(B)308.72º58.79%78.04%-
XYZ35.0121.5546.57-
YUV128.38158.26178.37-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 82 (32.42% from 255) = 17.71%
BLUE value IS 182 (71.48% from 255) = 39.31%
R=42.98%
G=17.71%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998218200.590.090.22308.7251.0955.1
HexC752B603B9161353337
Octal30712226607311264656367
Binary110001111010010101101100111011100110110100110101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C752B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C752B6; }

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

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

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

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

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

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

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

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