#c632be

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

Shades of Fuchsia #C632BE

Tints of Fuchsia #C632BE

Color information

#C632BE (or 0xC632BE) is unknown color: approx Fuchsia. HEX triplet: C6, 32 and BE. RGB value is (198,50,190). Sum of RGB (Red+Green+Blue) = 198+50+190=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C632BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632BE is #39CD41. Grayscale: #6D6D6D. Windows color (decimal): -3788098 or 12464838. OLE color: 12464838.

HSL color Cylindrical-coordinate representation of color #C632BE: hue angle of 303.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C632BE is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19850190-
CMYK00.750.040.22
HSL303.24º59.68%48.63%-
HSV(B)303.24º74.75%77.65%-
XYZ33.721850.41-
YUV110.21173.03190.62-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 50 (19.92% from 255) = 11.42%
BLUE value IS 190 (74.61% from 255) = 43.38%
R=45.21%
G=11.42%
B=43.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985019000.750.040.22303.2459.6848.63
HexC632BE04B41612f3c31
Octal3066227601134264577461
Binary11000110110010101111100100101110010110100101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c632be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c632be; }

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

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

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

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

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

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

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

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