#C172B9

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

Shades of Fuchsia #C172B9

Tints of Fuchsia #C172B9

Color information

#C172B9 (or 0xC172B9) is unknown color: approx Fuchsia. HEX triplet: C1, 72 and B9. RGB value is (193,114,185). Sum of RGB (Red+Green+Blue) = 193+114+185=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 193 - color contains mainly: red. Hex color #C172B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172B9 is #3E8D46. Grayscale: #919191. Windows color (decimal): -4099399 or 12153537. OLE color: 12153537.

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

Color convert

RGB193114185-
CMYK00.410.040.24
HSL306.08º38.92%60.2%-
HSV(B)306.08º40.93%75.69%-
XYZ36.7726.8749.15-
YUV145.72150.17161.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 185 (72.66% from 255) = 37.60%
R=39.23%
G=23.17%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311418500.410.040.24306.0838.9260.2
HexC172B9029418132273c
Octal3011622710514304624774
Binary11000001111001010111001010100110011000100110010100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172B9; }

 p { color: rgb(193,114,185); }

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

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

 a { background-color: rgb(193,114,185); }

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

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

 span { border-color: rgb(193,114,185); }

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