#C472B3

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

Shades of Fuchsia #C472B3

Tints of Fuchsia #C472B3

Color information

#C472B3 (or 0xC472B3) is unknown color: approx Fuchsia. HEX triplet: C4, 72 and B3. RGB value is (196,114,179). Sum of RGB (Red+Green+Blue) = 196+114+179=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 179 (70.31% from 255 or 36.61% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C472B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C472B3 is #3B8D4C. Grayscale: #919191. Windows color (decimal): -3902797 or 11760324. OLE color: 11760324.

HSL color Cylindrical-coordinate representation of color #C472B3: hue angle of 312.44º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472B3 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB196114179-
CMYK00.420.090.23
HSL312.44º41%60.78%-
HSV(B)312.44º41.84%76.86%-
XYZ36.9227.0345.92-
YUV145.93146.67163.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 114 (44.92% from 255) = 23.31%
BLUE value IS 179 (70.31% from 255) = 36.61%
R=40.08%
G=23.31%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611417900.420.090.23312.444160.78
HexC472B302A917138293d
Octal30416226305211274705175
Binary110001001110010101100110101010100110111100111000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C472B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C472B3; }

 p { color: rgb(196,114,179); }

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

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

 a { background-color: rgb(196,114,179); }

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

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

 span { border-color: rgb(196,114,179); }

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