#C036B0

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

Shades of Fuchsia #C036B0

Tints of Fuchsia #C036B0

Color information

#C036B0 (or 0xC036B0) is unknown color: approx Fuchsia. HEX triplet: C0, 36 and B0. RGB value is (192,54,176). Sum of RGB (Red+Green+Blue) = 192+54+176=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C036B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C036B0 is #3FC94F. Grayscale: #6C6C6C. Windows color (decimal): -4180304 or 11548352. OLE color: 11548352.

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

Color convert

RGB19254176-
CMYK00.720.080.25
HSL306.96º56.1%48.24%-
HSV(B)306.96º71.88%75.29%-
XYZ30.8916.9842.72-
YUV109.17165.72187.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 54 (21.48% from 255) = 12.80%
BLUE value IS 176 (69.14% from 255) = 41.71%
R=45.50%
G=12.80%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925417600.720.080.25306.9656.148.24
HexC036B00488191333830
Octal30066260011010314637060
Binary110000001101101011000001001000100011001100110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C036B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C036B0; }

 p { color: rgb(192,54,176); }

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

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

 a { background-color: rgb(192,54,176); }

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

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

 span { border-color: rgb(192,54,176); }

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