#C235BB

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

Shades of Fuchsia #C235BB

Tints of Fuchsia #C235BB

Color information

#C235BB (or 0xC235BB) is unknown color: approx Fuchsia. HEX triplet: C2, 35 and BB. RGB value is (194,53,187). Sum of RGB (Red+Green+Blue) = 194+53+187=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 53 (21.09% from 255 or 12.21% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C235BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C235BB is #3DCA44. Grayscale: #6E6E6E. Windows color (decimal): -4049477 or 12268994. OLE color: 12268994.

HSL color Cylindrical-coordinate representation of color #C235BB: hue angle of 302.98º degrees, saturation: 0.57, 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 #C235BB is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19453187-
CMYK00.730.040.24
HSL302.98º57.09%48.43%-
HSV(B)302.98º72.68%76.08%-
XYZ32.4917.648.7-
YUV110.43171.21187.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 53 (21.09% from 255) = 12.21%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=44.70%
G=12.21%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945318700.730.040.24302.9857.0948.43
HexC235BB04941812f3930
Octal3026527301114304577160
Binary11000010110101101110110100100110011000100101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C235BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C235BB; }

 p { color: rgb(194,53,187); }

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

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

 a { background-color: rgb(194,53,187); }

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

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

 span { border-color: rgb(194,53,187); }

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