Html Css Color HEX #C054AC Fuchsia

📋 copy color: '#C054AC'

red 192 ◦ green 84 ◦ blue 172

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

Shades of Fuchsia #C054AC

Tints of Fuchsia #C054AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.75%

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

R = 42.86%
G = 18.75%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C054AC (or 0xC054AC) is known color: Fuchsia. HEX triplet: C0, 54 and AC. RGB value is (192,84,172). Sum of RGB (Red+Green+Blue) = 192+84+172=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C054AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054AC is #3FAB53. Grayscale: #7E7E7E. Windows color (decimal): -4172628 or 11293888. OLE color: 11293888.

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

Color convert

RGB 192 84 172 -
CMYK 0 0.56 0.10 0.25
HSL 311.11º 0.46% 0.54% -
HSV(B) 311.11º 0.56% 0.75% -
XYZ 32.35 20.53 41.29 -
YUV 126.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 192 84 172 0 0.56 0.10 0.25 311.11 0.46 0.54
Hex C0 54 AC 0 38 A 19 137 2E 36
Octal 300 124 254 0 70 12 31 467 56 66
Binary 11000000 1010100 10101100 0 111000 1010 11001 100110111 101110 110110

Color Harmonies of #C054AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054AC

Black with #C054AC

Text Example


Text Example

White with #C054AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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