#C032BF

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

Shades of Fuchsia #C032BF

Tints of Fuchsia #C032BF

Color information

#C032BF (or 0xC032BF) is unknown color: approx Fuchsia. HEX triplet: C0, 32 and BF. RGB value is (192,50,191). Sum of RGB (Red+Green+Blue) = 192+50+191=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C032BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C032BF is #3FCD40. Grayscale: #6C6C6C. Windows color (decimal): -4181313 or 12530368. OLE color: 12530368.

HSL color Cylindrical-coordinate representation of color #C032BF: hue angle of 300.42º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C032BF is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19250191-
CMYK00.740.010.25
HSL300.42º58.68%47.45%-
HSV(B)300.42º73.96%75.29%-
XYZ32.2817.2550.92-
YUV108.53174.54187.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.34%
GREEN value IS 50 (19.92% from 255) = 11.55%
BLUE value IS 191 (75% from 255) = 44.11%
R=44.34%
G=11.55%
B=44.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925019100.740.010.25300.4258.6847.45
HexC032BF04A11912c3b2f
Octal3006227701121314547357
Binary110000001100101011111101001010111001100101100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C032BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C032BF; }

 p { color: rgb(192,50,191); }

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

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

 a { background-color: rgb(192,50,191); }

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

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

 span { border-color: rgb(192,50,191); }

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