#C172B8

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

Shades of Fuchsia #C172B8

Tints of Fuchsia #C172B8

Color information

#C172B8 (or 0xC172B8) is unknown color: approx Fuchsia. HEX triplet: C1, 72 and B8. RGB value is (193,114,184). Sum of RGB (Red+Green+Blue) = 193+114+184=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C172B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172B8 is #3E8D47. Grayscale: #919191. Windows color (decimal): -4099400 or 12088001. OLE color: 12088001.

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

Color convert

RGB193114184-
CMYK00.410.050.24
HSL306.84º38.92%60.2%-
HSV(B)306.84º40.93%75.69%-
XYZ36.6626.8348.59-
YUV145.6149.67161.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 114 (44.92% from 255) = 23.22%
BLUE value IS 184 (72.27% from 255) = 37.47%
R=39.31%
G=23.22%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311418400.410.050.24306.8438.9260.2
HexC172B8029518133273c
Octal3011622700515304634774
Binary11000001111001010111000010100110111000100110011100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172B8; }

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

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

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

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

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

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

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

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