#C752C9

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

Shades of Fuchsia #C752C9

Tints of Fuchsia #C752C9

Color information

#C752C9 (or 0xC752C9) is unknown color: approx Fuchsia. HEX triplet: C7, 52 and C9. RGB value is (199,82,201). Sum of RGB (Red+Green+Blue) = 199+82+201=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 82 (32.42% from 255 or 17.01% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #C752C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C752C9 is #38AD36. Grayscale: #828282. Windows color (decimal): -3714359 or 13193927. OLE color: 13193927.

HSL color Cylindrical-coordinate representation of color #C752C9: hue angle of 298.99º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C752C9 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19982201-
CMYK0.010.5900.21
HSL298.99º52.42%55.49%-
HSV(B)298.99º59.2%78.82%-
XYZ37.1122.3957.62-
YUV130.55167.76176.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 82 (32.42% from 255) = 17.01%
BLUE value IS 201 (78.91% from 255) = 41.70%
R=41.29%
G=17.01%
B=41.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal199822010.010.5900.21298.9952.4255.49
HexC752C913B01512b3437
Octal3071223111730254536467
Binary110001111010010110010011111011010101100101011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C752C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C752C9; }

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

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

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

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

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

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

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

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