#C03BB1

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

Shades of Fuchsia #C03BB1

Tints of Fuchsia #C03BB1

Color information

#C03BB1 (or 0xC03BB1) is unknown color: approx Fuchsia. HEX triplet: C0, 3B and B1. RGB value is (192,59,177). Sum of RGB (Red+Green+Blue) = 192+59+177=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BB1 is #3FC44E. Grayscale: #6F6F6F. Windows color (decimal): -4179023 or 11615168. OLE color: 11615168.

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

Color convert

RGB19259177-
CMYK00.690.080.25
HSL306.77º52.99%49.22%-
HSV(B)306.77º69.27%75.29%-
XYZ31.2417.5143.33-
YUV112.22164.56184.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.86%
GREEN value IS 59 (23.44% from 255) = 13.79%
BLUE value IS 177 (69.53% from 255) = 41.36%
R=44.86%
G=13.79%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925917700.690.080.25306.7752.9949.22
HexC03BB10458191333531
Octal30073261010510314636561
Binary110000001110111011000101000101100011001100110011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BB1; }

 p { color: rgb(192,59,177); }

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

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

 a { background-color: rgb(192,59,177); }

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

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

 span { border-color: rgb(192,59,177); }

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