#C03BCB

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

Shades of Fuchsia #C03BCB

Tints of Fuchsia #C03BCB

Color information

#C03BCB (or 0xC03BCB) is unknown color: approx Fuchsia. HEX triplet: C0, 3B and CB. RGB value is (192,59,203). Sum of RGB (Red+Green+Blue) = 192+59+203=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #C03BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C03BCB is #3FC434. Grayscale: #727272. Windows color (decimal): -4178997 or 13319104. OLE color: 13319104.

HSL color Cylindrical-coordinate representation of color #C03BCB: hue angle of 295.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03BCB is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19259203-
CMYK0.050.7100.20
HSL295.42º58.06%51.37%-
HSV(B)295.42º70.94%79.61%-
XYZ34.0818.6558.3-
YUV115.18177.56182.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 59 (23.44% from 255) = 13.00%
BLUE value IS 203 (79.69% from 255) = 44.71%
R=42.29%
G=13.00%
B=44.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192592030.050.7100.20295.4258.0651.37
HexC03BCB5470141273a33
Octal3007331351070244477263
Binary11000000111011110010111011000111010100100100111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03BCB; }

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

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

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

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

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

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

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

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