#C170B2

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

Shades of Fuchsia #C170B2

Tints of Fuchsia #C170B2

Color information

#C170B2 (or 0xC170B2) is unknown color: approx Fuchsia. HEX triplet: C1, 70 and B2. RGB value is (193,112,178). Sum of RGB (Red+Green+Blue) = 193+112+178=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C170B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C170B2 is #3E8F4D. Grayscale: #8F8F8F. Windows color (decimal): -4099918 or 11694273. OLE color: 11694273.

HSL color Cylindrical-coordinate representation of color #C170B2: hue angle of 311.11º 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 #C170B2 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.24.

Color convert

RGB193112178-
CMYK00.420.080.24
HSL311.11º39.51%59.8%-
HSV(B)311.11º41.97%75.69%-
XYZ35.8226.1445.28-
YUV143.74147.34163.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=39.96%
G=23.19%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311217800.420.080.24311.1139.5159.8
HexC170B202A818137283c
Octal30116026205210304675074
Binary110000011110000101100100101010100011000100110111101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170B2; }

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

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

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

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

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

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

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

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