#C345AB

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

Shades of Fuchsia #C345AB

Tints of Fuchsia #C345AB

Color information

#C345AB (or 0xC345AB) is unknown color: approx Fuchsia. HEX triplet: C3, 45 and AB. RGB value is (195,69,171). Sum of RGB (Red+Green+Blue) = 195+69+171=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C345AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C345AB is #3CBA54. Grayscale: #767676. Windows color (decimal): -3979861 or 11224515. OLE color: 11224515.

HSL color Cylindrical-coordinate representation of color #C345AB: hue angle of 311.43º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C345AB is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19569171-
CMYK00.650.120.24
HSL311.43º51.22%51.76%-
HSV(B)311.43º64.62%76.47%-
XYZ31.9818.840.47-
YUV118.3157.74182.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.83%
GREEN value IS 69 (27.34% from 255) = 15.86%
BLUE value IS 171 (67.19% from 255) = 39.31%
R=44.83%
G=15.86%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956917100.650.120.24311.4351.2251.76
HexC345AB041C181373334
Octal303105253010114304676364
Binary1100001110001011010101101000001110011000100110111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C345AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C345AB; }

 p { color: rgb(195,69,171); }

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

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

 a { background-color: rgb(195,69,171); }

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

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

 span { border-color: rgb(195,69,171); }

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