#C349CC

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

Shades of Fuchsia #C349CC

Tints of Fuchsia #C349CC

Color information

#C349CC (or 0xC349CC) is unknown color: approx Fuchsia. HEX triplet: C3, 49 and CC. RGB value is (195,73,204). Sum of RGB (Red+Green+Blue) = 195+73+204=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 73 (28.91% from 255 or 15.47% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #C349CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349CC is #3CB633. Grayscale: #7C7C7C. Windows color (decimal): -3978804 or 13388227. OLE color: 13388227.

HSL color Cylindrical-coordinate representation of color #C349CC: hue angle of 295.88º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C349CC is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19573204-
CMYK0.040.6400.2
HSL295.88º56.22%54.31%-
HSV(B)295.88º64.22%80%-
XYZ35.7920.7359.24-
YUV124.41172.92178.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 73 (28.91% from 255) = 15.47%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=41.31%
G=15.47%
B=43.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal195732040.040.6400.2295.8856.2254.31
HexC349CC4400141283836
Octal30311131441000244507066
Binary110000111001001110011001001000000010100100101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C349CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C349CC; }

 p { color: rgb(195,73,204); }

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

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

 a { background-color: rgb(195,73,204); }

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

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

 span { border-color: rgb(195,73,204); }

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