#C632B3

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

Shades of Fuchsia #C632B3

Tints of Fuchsia #C632B3

Color information

#C632B3 (or 0xC632B3) is unknown color: approx Fuchsia. HEX triplet: C6, 32 and B3. RGB value is (198,50,179). Sum of RGB (Red+Green+Blue) = 198+50+179=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 179 (70.31% from 255 or 41.92% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C632B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632B3 is #39CD4C. Grayscale: #6C6C6C. Windows color (decimal): -3788109 or 11743942. OLE color: 11743942.

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

Color convert

RGB19850179-
CMYK00.750.100.22
HSL307.7º59.68%48.63%-
HSV(B)307.7º74.75%77.65%-
XYZ32.5717.5444.32-
YUV108.96167.53191.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 50 (19.92% from 255) = 11.71%
BLUE value IS 179 (70.31% from 255) = 41.92%
R=46.37%
G=11.71%
B=41.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985017900.750.100.22307.759.6848.63
HexC632B304BA161343c31
Octal30662263011312264647461
Binary110001101100101011001101001011101010110100110100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C632B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C632B3; }

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

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

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

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

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

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

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

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