#C462BB

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

Shades of Fuchsia #C462BB

Tints of Fuchsia #C462BB

Color information

#C462BB (or 0xC462BB) is unknown color: approx Fuchsia. HEX triplet: C4, 62 and BB. RGB value is (196,98,187). Sum of RGB (Red+Green+Blue) = 196+98+187=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 98 (38.67% from 255 or 20.37% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C462BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C462BB is #3B9D44. Grayscale: #898989. Windows color (decimal): -3906885 or 12280516. OLE color: 12280516.

HSL color Cylindrical-coordinate representation of color #C462BB: hue angle of 305.51º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C462BB is Cyan = 0, Magento = 0.5, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19698187-
CMYK00.50.050.23
HSL305.51º45.37%57.65%-
HSV(B)305.51º50%76.86%-
XYZ36.124.0649.75-
YUV137.45155.97169.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 98 (38.67% from 255) = 20.37%
BLUE value IS 187 (73.44% from 255) = 38.88%
R=40.75%
G=20.37%
B=38.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969818700.50.050.23305.5145.3757.65
HexC462BB0325171322d3a
Octal3041422730625274625572
Binary11000100110001010111011011001010110111100110010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C462BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C462BB; }

 p { color: rgb(196,98,187); }

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

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

 a { background-color: rgb(196,98,187); }

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

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

 span { border-color: rgb(196,98,187); }

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