#C632CF

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

Shades of Fuchsia #C632CF

Tints of Fuchsia #C632CF

Color information

#C632CF (or 0xC632CF) is unknown color: approx Fuchsia. HEX triplet: C6, 32 and CF. RGB value is (198,50,207). Sum of RGB (Red+Green+Blue) = 198+50+207=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 50 (19.92% from 255 or 10.99% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #C632CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632CF is #39CD30. Grayscale: #6F6F6F. Windows color (decimal): -3788081 or 13578950. OLE color: 13578950.

HSL color Cylindrical-coordinate representation of color #C632CF: hue angle of 296.56º 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 #C632CF is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19850207-
CMYK0.040.7600.19
HSL296.56º62.06%50.39%-
HSV(B)296.56º75.85%81.18%-
XYZ35.6918.7960.78-
YUV112.15181.53189.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.52%
GREEN value IS 50 (19.92% from 255) = 10.99%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=43.52%
G=10.99%
B=45.49%

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
Decimal198502070.040.7600.19296.5662.0650.39
HexC632CF44C0131293e32
Octal3066231741140234517662
Binary11000110110010110011111001001100010011100101001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C632CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C632CF; }

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

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

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

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

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

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

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

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