#C34EBB

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

Shades of Fuchsia #C34EBB

Tints of Fuchsia #C34EBB

Color information

#C34EBB (or 0xC34EBB) is unknown color: approx Fuchsia. HEX triplet: C3, 4E and BB. RGB value is (195,78,187). Sum of RGB (Red+Green+Blue) = 195+78+187=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 78 (30.86% from 255 or 16.96% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C34EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EBB is #3CB144. Grayscale: #7D7D7D. Windows color (decimal): -3977541 or 12275395. OLE color: 12275395.

HSL color Cylindrical-coordinate representation of color #C34EBB: hue angle of 304.1º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34EBB is Cyan = 0, Magento = 0.6, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19578187-
CMYK00.60.040.24
HSL304.1º49.37%53.53%-
HSV(B)304.1º60%76.47%-
XYZ34.220.6449.19-
YUV125.41162.76177.64-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.39%
GREEN value IS 78 (30.86% from 255) = 16.96%
BLUE value IS 187 (73.44% from 255) = 40.65%
R=42.39%
G=16.96%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957818700.60.040.24304.149.3753.53
HexC34EBB03C4181303136
Octal3031162730744304606166
Binary11000011100111010111011011110010011000100110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34EBB; }

 p { color: rgb(195,78,187); }

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

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

 a { background-color: rgb(195,78,187); }

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

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

 span { border-color: rgb(195,78,187); }

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