#C45FBB

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

Shades of Fuchsia #C45FBB

Tints of Fuchsia #C45FBB

Color information

#C45FBB (or 0xC45FBB) is unknown color: approx Fuchsia. HEX triplet: C4, 5F and BB. RGB value is (196,95,187). Sum of RGB (Red+Green+Blue) = 196+95+187=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C45FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45FBB is #3BA044. Grayscale: #878787. Windows color (decimal): -3907653 or 12279748. OLE color: 12279748.

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

Color convert

RGB19695187-
CMYK00.520.050.23
HSL305.35º46.12%57.06%-
HSV(B)305.35º51.53%76.86%-
XYZ35.8323.5149.66-
YUV135.69156.96171.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 95 (37.5% from 255) = 19.87%
BLUE value IS 187 (73.44% from 255) = 39.12%
R=41.00%
G=19.87%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969518700.520.050.23305.3546.1257.06
HexC45FBB0345171312e39
Octal3041372730645274615671
Binary11000100101111110111011011010010110111100110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45FBB; }

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

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

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

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

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

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

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

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