#C334BE

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

Shades of Fuchsia #C334BE

Tints of Fuchsia #C334BE

Color information

#C334BE (or 0xC334BE) is unknown color: approx Fuchsia. HEX triplet: C3, 34 and BE. RGB value is (195,52,190). Sum of RGB (Red+Green+Blue) = 195+52+190=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C334BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C334BE is #3CCB41. Grayscale: #6E6E6E. Windows color (decimal): -3984194 or 12465347. OLE color: 12465347.

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

Color convert

RGB19552190-
CMYK00.730.030.24
HSL302.1º57.89%48.43%-
HSV(B)302.1º73.33%76.47%-
XYZ33.0317.7850.41-
YUV110.49172.88188.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 44.62%
GREEN value IS 52 (20.70% from 255) = 11.90%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=44.62%
G=11.90%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955219000.730.030.24302.157.8948.43
HexC334BE04931812e3a30
Octal3036427601113304567260
Binary1100001111010010111110010010011111000100101110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C334BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C334BE; }

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

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

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

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

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

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

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

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