#C03BB2

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

Shades of Fuchsia #C03BB2

Tints of Fuchsia #C03BB2

Color information

#C03BB2 (or 0xC03BB2) is unknown color: approx Fuchsia. HEX triplet: C0, 3B and B2. RGB value is (192,59,178). Sum of RGB (Red+Green+Blue) = 192+59+178=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 59 (23.44% from 255 or 13.75% from 429); Blue value is 178 (69.92% from 255 or 41.49% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C03BB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03BB2 is #3FC44D. Grayscale: #6F6F6F. Windows color (decimal): -4179022 or 11680704. OLE color: 11680704.

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

Color convert

RGB19259178-
CMYK00.690.070.25
HSL306.32º52.99%49.22%-
HSV(B)306.32º69.27%75.29%-
XYZ31.3417.5543.86-
YUV112.33165.06184.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 59 (23.44% from 255) = 13.75%
BLUE value IS 178 (69.92% from 255) = 41.49%
R=44.76%
G=13.75%
B=41.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925917800.690.070.25306.3252.9949.22
HexC03BB20457191323531
Octal3007326201057314626561
Binary11000000111011101100100100010111111001100110010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BB2; }

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

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

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

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

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

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

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

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