#C632B8

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

Shades of Fuchsia #C632B8

Tints of Fuchsia #C632B8

Color information

#C632B8 (or 0xC632B8) is unknown color: approx Fuchsia. HEX triplet: C6, 32 and B8. RGB value is (198,50,184). Sum of RGB (Red+Green+Blue) = 198+50+184=432 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.83% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 198 - color contains mainly: red. Hex color #C632B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C632B8 is #39CD47. Grayscale: #6D6D6D. Windows color (decimal): -3788104 or 12071622. OLE color: 12071622.

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

Color convert

RGB19850184-
CMYK00.750.070.22
HSL305.68º59.68%48.63%-
HSV(B)305.68º74.75%77.65%-
XYZ33.0817.7547.03-
YUV109.53170.03191.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.83%
GREEN value IS 50 (19.92% from 255) = 11.57%
BLUE value IS 184 (72.27% from 255) = 42.59%
R=45.83%
G=11.57%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985018400.750.070.22305.6859.6848.63
HexC632B804B7161323c31
Octal3066227001137264627461
Binary11000110110010101110000100101111110110100110010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C632B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C632B8; }

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

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

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

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

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

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

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

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