#c348aa

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

Shades of Fuchsia #C348AA

Tints of Fuchsia #C348AA

Color information

#C348AA (or 0xC348AA) is unknown color: approx Fuchsia. HEX triplet: C3, 48 and AA. RGB value is (195,72,170). Sum of RGB (Red+Green+Blue) = 195+72+170=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 72 (28.52% from 255 or 16.48% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C348AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C348AA is #3CB755. Grayscale: #777777. Windows color (decimal): -3979094 or 11159747. OLE color: 11159747.

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

Color convert

RGB19572170-
CMYK00.630.130.24
HSL312.2º50.62%52.35%-
HSV(B)312.2º63.08%76.47%-
XYZ32.0819.1440.03-
YUV119.95156.25181.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 72 (28.52% from 255) = 16.48%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=44.62%
G=16.48%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957217000.630.130.24312.250.6252.35
HexC348AA03FD181383334
Octal30311025207715304706364
Binary110000111001000101010100111111110111000100111000110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c348aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c348aa; }

 p { color: rgb(195,72,170); }

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

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

 a { background-color: rgb(195,72,170); }

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

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

 span { border-color: rgb(195,72,170); }

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