Html Css Color HEX #C051AC Fuchsia

📋 copy color: '#C051AC'

red 192 ◦ green 81 ◦ blue 172

#C051AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C051AC

Tints of Fuchsia #C051AC

RGB

 RED value IS 192 (75.39% from 255) = 43.15%

 GREEN value IS 81 (32.03% from 255) = 18.2%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 43.15%
G = 18.2%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C051AC (or 0xC051AC) is known color: Fuchsia. HEX triplet: C0, 51 and AC. RGB value is (192,81,172). Sum of RGB (Red+Green+Blue) = 192+81+172=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C051AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C051AC is #3FAE53. Grayscale: #7C7C7C. Windows color (decimal): -4173396 or 11293120. OLE color: 11293120.

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

Color convert

RGB 192 81 172 -
CMYK 0 0.58 0.10 0.25
HSL 310.81º 0.47% 0.54% -
HSV(B) 310.81º 0.58% 0.75% -
XYZ 32.13 20.07 41.21 -
YUV 124.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 192 81 172 0 0.58 0.10 0.25 310.81 0.47 0.54
Hex C0 51 AC 0 3A A 19 137 2F 36
Octal 300 121 254 0 72 12 31 467 57 66
Binary 11000000 1010001 10101100 0 111010 1010 11001 100110111 101111 110110

Color Harmonies of #C051AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C051AC

Black with #C051AC

Text Example


Text Example

White with #C051AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C051AC; }

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

 H1.HeaderClassName
 {
   color: #C051AC;
 }
 .AnyTagClassName
 {
   color: #C051AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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