#c13cb1

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

Shades of Fuchsia #C13CB1

Tints of Fuchsia #C13CB1

Color information

#C13CB1 (or 0xC13CB1) is unknown color: approx Fuchsia. HEX triplet: C1, 3C and B1. RGB value is (193,60,177). Sum of RGB (Red+Green+Blue) = 193+60+177=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 177 (69.53% from 255 or 41.16% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C13CB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13CB1 is #3EC34E. Grayscale: #707070. Windows color (decimal): -4113231 or 11615425. OLE color: 11615425.

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

Color convert

RGB19360177-
CMYK00.690.080.24
HSL307.22º52.57%49.61%-
HSV(B)307.22º68.91%75.69%-
XYZ31.5417.7443.36-
YUV113.1164.06184.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 60 (23.83% from 255) = 13.95%
BLUE value IS 177 (69.53% from 255) = 41.16%
R=44.88%
G=13.95%
B=41.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936017700.690.080.24307.2252.5749.61
HexC13CB10458181333532
Octal30174261010510304636562
Binary110000011111001011000101000101100011000100110011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c13cb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c13cb1; }

 p { color: rgb(193,60,177); }

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

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

 a { background-color: rgb(193,60,177); }

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

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

 span { border-color: rgb(193,60,177); }

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