#C34BBE

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

Shades of Fuchsia #C34BBE

Tints of Fuchsia #C34BBE

Color information

#C34BBE (or 0xC34BBE) is unknown color: approx Fuchsia. HEX triplet: C3, 4B and BE. RGB value is (195,75,190). Sum of RGB (Red+Green+Blue) = 195+75+190=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C34BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34BBE is #3CB441. Grayscale: #7B7B7B. Windows color (decimal): -3978306 or 12471235. OLE color: 12471235.

HSL color Cylindrical-coordinate representation of color #C34BBE: hue angle of 302.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34BBE is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19575190-
CMYK00.620.030.24
HSL302.5º50%52.94%-
HSV(B)302.5º61.54%76.47%-
XYZ34.3220.3550.83-
YUV123.99165.26178.65-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=42.39%
G=16.30%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957519000.620.030.24302.55052.94
HexC34BBE03E31812e3235
Octal3031132760763304566265
Binary1100001110010111011111001111101111000100101110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34BBE; }

 p { color: rgb(195,75,190); }

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

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

 a { background-color: rgb(195,75,190); }

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

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

 span { border-color: rgb(195,75,190); }

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