#C13BB8

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

Shades of Fuchsia #C13BB8

Tints of Fuchsia #C13BB8

Color information

#C13BB8 (or 0xC13BB8) is unknown color: approx Fuchsia. HEX triplet: C1, 3B and B8. RGB value is (193,59,184). Sum of RGB (Red+Green+Blue) = 193+59+184=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C13BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BB8 is #3EC447. Grayscale: #707070. Windows color (decimal): -4113480 or 12073921. OLE color: 12073921.

HSL color Cylindrical-coordinate representation of color #C13BB8: hue angle of 304.03º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13BB8 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19359184-
CMYK00.690.050.24
HSL304.03º53.17%49.41%-
HSV(B)304.03º69.43%75.69%-
XYZ32.2117.9347.11-
YUV113.32167.89184.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 59 (23.44% from 255) = 13.53%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=44.27%
G=13.53%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935918400.690.050.24304.0353.1749.41
HexC13BB80455181303531
Octal3017327001055304606561
Binary11000001111011101110000100010110111000100110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13BB8; }

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

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

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

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

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

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

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

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