#C229BD

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

Shades of Fuchsia #C229BD

Tints of Fuchsia #C229BD

Color information

#C229BD (or 0xC229BD) is unknown color: approx Fuchsia. HEX triplet: C2, 29 and BD. RGB value is (194,41,189). Sum of RGB (Red+Green+Blue) = 194+41+189=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C229BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C229BD is #3DD642. Grayscale: #676767. Windows color (decimal): -4052547 or 12396994. OLE color: 12396994.

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

Color convert

RGB19441189-
CMYK00.790.030.24
HSL301.96º65.11%46.08%-
HSV(B)301.96º78.87%76.08%-
XYZ32.2316.7349.67-
YUV103.62176.19192.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 41 (16.41% from 255) = 9.67%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=45.75%
G=9.67%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944118900.790.030.24301.9665.1146.08
HexC229BD04F31812e412e
Octal30251275011733045610156
Binary11000010101001101111010100111111110001001011101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C229BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C229BD; }

 p { color: rgb(194,41,189); }

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

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

 a { background-color: rgb(194,41,189); }

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

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

 span { border-color: rgb(194,41,189); }

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