#C634BD

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

Shades of Fuchsia #C634BD

Tints of Fuchsia #C634BD

Color information

#C634BD (or 0xC634BD) is unknown color: approx Fuchsia. HEX triplet: C6, 34 and BD. RGB value is (198,52,189). Sum of RGB (Red+Green+Blue) = 198+52+189=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 189 (74.22% from 255 or 43.05% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C634BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C634BD is #39CB42. Grayscale: #6E6E6E. Windows color (decimal): -3787587 or 12399814. OLE color: 12399814.

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

Color convert

RGB19852189-
CMYK00.740.050.22
HSL303.7º58.4%49.02%-
HSV(B)303.7º73.74%77.65%-
XYZ33.718.1449.87-
YUV111.27171.87189.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.10%
GREEN value IS 52 (20.70% from 255) = 11.85%
BLUE value IS 189 (74.22% from 255) = 43.05%
R=45.10%
G=11.85%
B=43.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985218900.740.050.22303.758.449.02
HexC634BD04A5161303a31
Octal3066427501125264607261
Binary11000110110100101111010100101010110110100110000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C634BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C634BD; }

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

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

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

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

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

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

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

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