#C348C0

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

Shades of Fuchsia #C348C0

Tints of Fuchsia #C348C0

Color information

#C348C0 (or 0xC348C0) is unknown color: approx Fuchsia. HEX triplet: C3, 48 and C0. RGB value is (195,72,192). Sum of RGB (Red+Green+Blue) = 195+72+192=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 72 (28.52% from 255 or 15.69% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C348C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348C0 is #3CB73F. Grayscale: #7A7A7A. Windows color (decimal): -3979072 or 12601539. OLE color: 12601539.

HSL color Cylindrical-coordinate representation of color #C348C0: hue angle of 301.46º 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 #C348C0 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19572192-
CMYK00.630.020.24
HSL301.46º50.62%52.35%-
HSV(B)301.46º63.08%76.47%-
XYZ34.3420.0451.93-
YUV122.46167.25179.74-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.48%
GREEN value IS 72 (28.52% from 255) = 15.69%
BLUE value IS 192 (75.39% from 255) = 41.83%
R=42.48%
G=15.69%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957219200.630.020.24301.4650.6252.35
HexC348C003F21812d3334
Octal3031103000772304556364
Binary1100001110010001100000001111111011000100101101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C348C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C348C0; }

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

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

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

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

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

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

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

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