#C170BC

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

Shades of Fuchsia #C170BC

Tints of Fuchsia #C170BC

Color information

#C170BC (or 0xC170BC) is unknown color: approx Fuchsia. HEX triplet: C1, 70 and BC. RGB value is (193,112,188). Sum of RGB (Red+Green+Blue) = 193+112+188=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C170BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C170BC is #3E8F43. Grayscale: #909090. Windows color (decimal): -4099908 or 12349633. OLE color: 12349633.

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

Color convert

RGB193112188-
CMYK00.420.030.24
HSL303.7º39.51%59.8%-
HSV(B)303.7º41.97%75.69%-
XYZ36.8626.5650.76-
YUV144.88152.34162.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 112 (44.14% from 255) = 22.72%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=39.15%
G=22.72%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311218800.420.030.24303.739.5159.8
HexC170BC02A318130283c
Octal3011602740523304605074
Binary1100000111100001011110001010101111000100110000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C170BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C170BC; }

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

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

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

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

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

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

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

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