#C03BC8

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

Shades of Fuchsia #C03BC8

Tints of Fuchsia #C03BC8

Color information

#C03BC8 (or 0xC03BC8) is unknown color: approx Fuchsia. HEX triplet: C0, 3B and C8. RGB value is (192,59,200). Sum of RGB (Red+Green+Blue) = 192+59+200=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 200 (78.52% from 255 or 44.35% from 451); Max value from RGB is 200 - color contains mainly: blue. Hex color #C03BC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BC8 is #3FC437. Grayscale: #727272. Windows color (decimal): -4179000 or 13122496. OLE color: 13122496.

HSL color Cylindrical-coordinate representation of color #C03BC8: hue angle of 296.6º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03BC8 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19259200-
CMYK0.040.7000.22
HSL296.6º56.18%50.78%-
HSV(B)296.6º70.5%78.43%-
XYZ33.7318.556.44-
YUV114.84176.06183.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 59 (23.44% from 255) = 13.08%
BLUE value IS 200 (78.52% from 255) = 44.35%
R=42.57%
G=13.08%
B=44.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192592000.040.7000.22296.656.1850.78
HexC03BC84460161293833
Octal3007331041060264517063
Binary11000000111011110010001001000110010110100101001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BC8; }

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

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

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

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

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

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

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

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