#C172B4

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

Shades of Fuchsia #C172B4

Tints of Fuchsia #C172B4

Color information

#C172B4 (or 0xC172B4) is unknown color: approx Fuchsia. HEX triplet: C1, 72 and B4. RGB value is (193,114,180). Sum of RGB (Red+Green+Blue) = 193+114+180=487 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.63% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 193 - color contains mainly: red. Hex color #C172B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C172B4 is #3E8D4B. Grayscale: #909090. Windows color (decimal): -4099404 or 11825857. OLE color: 11825857.

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

Color convert

RGB193114180-
CMYK00.410.070.24
HSL309.87º38.92%60.2%-
HSV(B)309.87º40.93%75.69%-
XYZ36.2526.6746.42-
YUV145.15147.67162.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.63%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=39.63%
G=23.41%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311418000.410.070.24309.8738.9260.2
HexC172B4029718136273c
Octal3011622640517304664774
Binary11000001111001010110100010100111111000100110110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C172B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C172B4; }

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

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

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

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

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

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

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

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