#C732CF

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

Shades of Fuchsia #C732CF

Tints of Fuchsia #C732CF

Color information

#C732CF (or 0xC732CF) is unknown color: approx Fuchsia. HEX triplet: C7, 32 and CF. RGB value is (199,50,207). Sum of RGB (Red+Green+Blue) = 199+50+207=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #C732CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C732CF is #38CD30. Grayscale: #6F6F6F. Windows color (decimal): -3722545 or 13578951. OLE color: 13578951.

HSL color Cylindrical-coordinate representation of color #C732CF: hue angle of 296.94º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C732CF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19950207-
CMYK0.040.7600.19
HSL296.94º62.06%50.39%-
HSV(B)296.94º75.85%81.18%-
XYZ35.9618.9360.79-
YUV112.45181.36189.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 50 (19.92% from 255) = 10.96%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=43.64%
G=10.96%
B=45.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal199502070.040.7600.19296.9462.0650.39
HexC732CF44C0131293e32
Octal3076231741140234517662
Binary11000111110010110011111001001100010011100101001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C732CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C732CF; }

 p { color: rgb(199,50,207); }

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

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

 a { background-color: rgb(199,50,207); }

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

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

 span { border-color: rgb(199,50,207); }

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