#C752B1

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

Shades of Fuchsia #C752B1

Tints of Fuchsia #C752B1

Color information

#C752B1 (or 0xC752B1) is unknown color: approx Fuchsia. HEX triplet: C7, 52 and B1. RGB value is (199,82,177). Sum of RGB (Red+Green+Blue) = 199+82+177=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C752B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C752B1 is #38AD4E. Grayscale: #7F7F7F. Windows color (decimal): -3714383 or 11621063. OLE color: 11621063.

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

Color convert

RGB19982177-
CMYK00.590.110.22
HSL311.28º51.09%55.1%-
HSV(B)311.28º58.79%78.04%-
XYZ34.5121.3543.9-
YUV127.81155.76178.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 82 (32.42% from 255) = 17.90%
BLUE value IS 177 (69.53% from 255) = 38.65%
R=43.45%
G=17.90%
B=38.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998217700.590.110.22311.2851.0955.1
HexC752B103BB161373337
Octal30712226107313264676367
Binary110001111010010101100010111011101110110100110111110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C752B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C752B1; }

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

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

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

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

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

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

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

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