#C45DBB

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

Shades of Fuchsia #C45DBB

Tints of Fuchsia #C45DBB

Color information

#C45DBB (or 0xC45DBB) is unknown color: approx Fuchsia. HEX triplet: C4, 5D and BB. RGB value is (196,93,187). Sum of RGB (Red+Green+Blue) = 196+93+187=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 93 (36.72% from 255 or 19.54% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 196 - color contains mainly: red. Hex color #C45DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C45DBB is #3BA244. Grayscale: #868686. Windows color (decimal): -3908165 or 12279236. OLE color: 12279236.

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

Color convert

RGB19693187-
CMYK00.530.050.23
HSL305.24º46.61%56.67%-
HSV(B)305.24º52.55%76.86%-
XYZ35.6523.1549.6-
YUV134.51157.62171.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.18%
GREEN value IS 93 (36.72% from 255) = 19.54%
BLUE value IS 187 (73.44% from 255) = 39.29%
R=41.18%
G=19.54%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969318700.530.050.23305.2446.6156.67
HexC45DBB0355171312f39
Octal3041352730655274615771
Binary11000100101110110111011011010110110111100110001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45DBB; }

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

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

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

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

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

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

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

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