#C130B6

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

Shades of Fuchsia #C130B6

Tints of Fuchsia #C130B6

Color information

#C130B6 (or 0xC130B6) is unknown color: approx Fuchsia. HEX triplet: C1, 30 and B6. RGB value is (193,48,182). Sum of RGB (Red+Green+Blue) = 193+48+182=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C130B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C130B6 is #3ECF49. Grayscale: #6A6A6A. Windows color (decimal): -4116298 or 11940033. OLE color: 11940033.

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

Color convert

RGB19348182-
CMYK00.750.060.24
HSL304.55º60.17%47.25%-
HSV(B)304.55º75.13%75.69%-
XYZ31.4916.8345.84-
YUV106.63170.54189.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.63%
GREEN value IS 48 (19.14% from 255) = 11.35%
BLUE value IS 182 (71.48% from 255) = 43.03%
R=45.63%
G=11.35%
B=43.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1934818200.750.060.24304.5560.1747.25
HexC130B604B6181313c2f
Octal3016026601136304617457
Binary11000001110000101101100100101111011000100110001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C130B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C130B6; }

 p { color: rgb(193,48,182); }

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

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

 a { background-color: rgb(193,48,182); }

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

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

 span { border-color: rgb(193,48,182); }

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