#C170B5

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

Shades of Fuchsia #C170B5

Tints of Fuchsia #C170B5

Color information

#C170B5 (or 0xC170B5) is unknown color: approx Fuchsia. HEX triplet: C1, 70 and B5. RGB value is (193,112,181). Sum of RGB (Red+Green+Blue) = 193+112+181=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C170B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170B5 is #3E8F4A. Grayscale: #8F8F8F. Windows color (decimal): -4099915 or 11890881. OLE color: 11890881.

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

Color convert

RGB193112181-
CMYK00.420.060.24
HSL308.89º39.51%59.8%-
HSV(B)308.89º41.97%75.69%-
XYZ36.1326.2646.88-
YUV144.08148.84162.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.71%
GREEN value IS 112 (44.14% from 255) = 23.05%
BLUE value IS 181 (71.09% from 255) = 37.24%
R=39.71%
G=23.05%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311218100.420.060.24308.8939.5159.8
HexC170B502A618135283c
Octal3011602650526304655074
Binary11000001111000010110101010101011011000100110101101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170B5; }

 p { color: rgb(193,112,181); }

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

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

 a { background-color: rgb(193,112,181); }

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

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

 span { border-color: rgb(193,112,181); }

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