Html Css Color HEX #C054A6 Fuchsia

📋 copy color: '#C054A6'

red 192 ◦ green 84 ◦ blue 166

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

Shades of Fuchsia #C054A6

Tints of Fuchsia #C054A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.56%

R = 43.44%
G = 19%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C054A6 (or 0xC054A6) is known color: Fuchsia. HEX triplet: C0, 54 and A6. RGB value is (192,84,166). Sum of RGB (Red+Green+Blue) = 192+84+166=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 84 (33.20% from 255 or 19.00% from 442); Blue value is 166 (65.23% from 255 or 37.56% from 442); Max value from RGB is 192 - color contains mainly: red. Hex color #C054A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054A6 is #3FAB59. Grayscale: #7D7D7D. Windows color (decimal): -4172634 or 10900672. OLE color: 10900672.

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

Color convert

RGB 192 84 166 -
CMYK 0 0.56 0.14 0.25
HSL 314.44º 0.46% 0.54% -
HSV(B) 314.44º 0.56% 0.75% -
XYZ 31.79 20.3 38.32 -
YUV 125.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 192 84 166 0 0.56 0.14 0.25 314.44 0.46 0.54
Hex C0 54 A6 0 38 E 19 13A 2E 36
Octal 300 124 246 0 70 16 31 472 56 66
Binary 11000000 1010100 10100110 0 111000 1110 11001 100111010 101110 110110

Color Harmonies of #C054A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054A6

Black with #C054A6

Text Example


Text Example

White with #C054A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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