#C051B3

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

Shades of Fuchsia #C051B3

Tints of Fuchsia #C051B3

Color information

#C051B3 (or 0xC051B3) is unknown color: approx Fuchsia. HEX triplet: C0, 51 and B3. RGB value is (192,81,179). Sum of RGB (Red+Green+Blue) = 192+81+179=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 179 (70.31% from 255 or 39.60% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C051B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051B3 is #3FAE4C. Grayscale: #7D7D7D. Windows color (decimal): -4173389 or 11751872. OLE color: 11751872.

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

Color convert

RGB19281179-
CMYK00.580.070.25
HSL307.03º46.84%53.53%-
HSV(B)307.03º57.81%75.29%-
XYZ32.8220.3544.85-
YUV125.36158.27175.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 81 (32.03% from 255) = 17.92%
BLUE value IS 179 (70.31% from 255) = 39.60%
R=42.48%
G=17.92%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928117900.580.070.25307.0346.8453.53
HexC051B303A7191332f36
Octal3001212630727314635766
Binary11000000101000110110011011101011111001100110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C051B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C051B3; }

 p { color: rgb(192,81,179); }

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

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

 a { background-color: rgb(192,81,179); }

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

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

 span { border-color: rgb(192,81,179); }

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