#C34FC8

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

Shades of Fuchsia #C34FC8

Tints of Fuchsia #C34FC8

Color information

#C34FC8 (or 0xC34FC8) is unknown color: approx Fuchsia. HEX triplet: C3, 4F and C8. RGB value is (195,79,200). Sum of RGB (Red+Green+Blue) = 195+79+200=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #C34FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34FC8 is #3CB037. Grayscale: #7F7F7F. Windows color (decimal): -3977272 or 13127619. OLE color: 13127619.

HSL color Cylindrical-coordinate representation of color #C34FC8: hue angle of 297.52º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C34FC8 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19579200-
CMYK0.020.6000.22
HSL297.52º52.38%54.71%-
HSV(B)297.52º60.5%78.43%-
XYZ35.7321.3656.88-
YUV127.48168.93176.16-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.14%
GREEN value IS 79 (31.25% from 255) = 16.67%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=41.14%
G=16.67%
B=42.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195792000.020.6000.22297.5252.3854.71
HexC34FC823C01612a3437
Octal3031173102740264526467
Binary1100001110011111100100010111100010110100101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34FC8; }

 p { color: rgb(195,79,200); }

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

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

 a { background-color: rgb(195,79,200); }

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

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

 span { border-color: rgb(195,79,200); }

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