#C634B8

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

Shades of Fuchsia #C634B8

Tints of Fuchsia #C634B8

Color information

#C634B8 (or 0xC634B8) is unknown color: approx Fuchsia. HEX triplet: C6, 34 and B8. RGB value is (198,52,184). Sum of RGB (Red+Green+Blue) = 198+52+184=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 184 (72.27% from 255 or 42.40% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C634B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634B8 is #39CB47. Grayscale: #6E6E6E. Windows color (decimal): -3787592 or 12072134. OLE color: 12072134.

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

Color convert

RGB19852184-
CMYK00.740.070.22
HSL305.75º58.4%49.02%-
HSV(B)305.75º73.74%77.65%-
XYZ33.1717.9247.06-
YUV110.7169.37190.27-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.62%
GREEN value IS 52 (20.70% from 255) = 11.98%
BLUE value IS 184 (72.27% from 255) = 42.40%
R=45.62%
G=11.98%
B=42.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985218400.740.070.22305.7558.449.02
HexC634B804A7161323a31
Octal3066427001127264627261
Binary11000110110100101110000100101011110110100110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C634B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C634B8; }

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

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

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

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

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

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

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

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