Html Css Color HEX #C054A9 Fuchsia

📋 copy color: '#C054A9'

red 192 ◦ green 84 ◦ blue 169

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

Shades of Fuchsia #C054A9

Tints of Fuchsia #C054A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.98%

R = 43.15%
G = 18.88%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C054A9 (or 0xC054A9) is known color: Fuchsia. HEX triplet: C0, 54 and A9. RGB value is (192,84,169). Sum of RGB (Red+Green+Blue) = 192+84+169=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 84 (33.20% from 255 or 18.88% from 445); Blue value is 169 (66.41% from 255 or 37.98% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C054A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054A9 is #3FAB56. Grayscale: #7D7D7D. Windows color (decimal): -4172631 or 11097280. OLE color: 11097280.

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

Color convert

RGB 192 84 169 -
CMYK 0 0.56 0.12 0.25
HSL 312.78º 0.46% 0.54% -
HSV(B) 312.78º 0.56% 0.75% -
XYZ 32.07 20.41 39.79 -
YUV 125.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 192 84 169 0 0.56 0.12 0.25 312.78 0.46 0.54
Hex C0 54 A9 0 38 C 19 139 2E 36
Octal 300 124 251 0 70 14 31 471 56 66
Binary 11000000 1010100 10101001 0 111000 1100 11001 100111001 101110 110110

Color Harmonies of #C054A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054A9

Black with #C054A9

Text Example


Text Example

White with #C054A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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