#C051B4

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

Shades of Fuchsia #C051B4

Tints of Fuchsia #C051B4

Color information

#C051B4 (or 0xC051B4) is unknown color: approx Fuchsia. HEX triplet: C0, 51 and B4. RGB value is (192,81,180). Sum of RGB (Red+Green+Blue) = 192+81+180=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C051B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C051B4 is #3FAE4B. Grayscale: #7D7D7D. Windows color (decimal): -4173388 or 11817408. OLE color: 11817408.

HSL color Cylindrical-coordinate representation of color #C051B4: hue angle of 306.49º 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 #C051B4 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19281180-
CMYK00.580.060.25
HSL306.49º46.84%53.53%-
HSV(B)306.49º57.81%75.29%-
XYZ32.9220.3945.38-
YUV125.48158.77175.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 81 (32.03% from 255) = 17.88%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=42.38%
G=17.88%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928118000.580.060.25306.4946.8453.53
HexC051B403A6191322f36
Octal3001212640726314625766
Binary11000000101000110110100011101011011001100110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C051B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C051B4; }

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

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

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

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

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

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

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

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