#C13BB4

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

Shades of Fuchsia #C13BB4

Tints of Fuchsia #C13BB4

Color information

#C13BB4 (or 0xC13BB4) is unknown color: approx Fuchsia. HEX triplet: C1, 3B and B4. RGB value is (193,59,180). Sum of RGB (Red+Green+Blue) = 193+59+180=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C13BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BB4 is #3EC44B. Grayscale: #707070. Windows color (decimal): -4113484 or 11811777. OLE color: 11811777.

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

Color convert

RGB19359180-
CMYK00.690.070.24
HSL305.82º53.17%49.41%-
HSV(B)305.82º69.43%75.69%-
XYZ31.7917.7644.93-
YUV112.86165.89185.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.68%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=44.68%
G=13.66%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935918000.690.070.24305.8253.1749.41
HexC13BB40457181323531
Octal3017326401057304626561
Binary11000001111011101101000100010111111000100110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13BB4; }

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

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

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

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

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

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

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

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