#C348BD

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

Shades of Fuchsia #C348BD

Tints of Fuchsia #C348BD

Color information

#C348BD (or 0xC348BD) is unknown color: approx Fuchsia. HEX triplet: C3, 48 and BD. RGB value is (195,72,189). Sum of RGB (Red+Green+Blue) = 195+72+189=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 72 (28.52% from 255 or 15.79% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C348BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348BD is #3CB742. Grayscale: #797979. Windows color (decimal): -3979075 or 12404931. OLE color: 12404931.

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

Color convert

RGB19572189-
CMYK00.630.030.24
HSL302.93º50.62%52.35%-
HSV(B)302.93º63.08%76.47%-
XYZ34.0119.9150.19-
YUV122.11165.75179.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 72 (28.52% from 255) = 15.79%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=42.76%
G=15.79%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957218900.630.030.24302.9350.6252.35
HexC348BD03F31812f3334
Octal3031102750773304576364
Binary1100001110010001011110101111111111000100101111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C348BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C348BD; }

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

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

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

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

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

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

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

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