#C348CD

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

Shades of Fuchsia #C348CD

Tints of Fuchsia #C348CD

Color information

#C348CD (or 0xC348CD) is unknown color: approx Fuchsia. HEX triplet: C3, 48 and CD. RGB value is (195,72,205). Sum of RGB (Red+Green+Blue) = 195+72+205=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #C348CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348CD is #3CB732. Grayscale: #7B7B7B. Windows color (decimal): -3979059 or 13453507. OLE color: 13453507.

HSL color Cylindrical-coordinate representation of color #C348CD: hue angle of 295.49º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C348CD is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19572205-
CMYK0.050.6500.20
HSL295.49º57.08%54.31%-
HSV(B)295.49º64.88%80.39%-
XYZ35.8420.6459.85-
YUV123.94173.75178.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 72 (28.52% from 255) = 15.25%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=41.31%
G=15.25%
B=43.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195722050.050.6500.20295.4957.0854.31
HexC348CD5410141273936
Octal30311031551010244477166
Binary110000111001000110011011011000001010100100100111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C348CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C348CD; }

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

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

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

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

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

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

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

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