Html Css Color HEX #C054A7 Fuchsia

📋 copy color: '#C054A7'

red 192 ◦ green 84 ◦ blue 167

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

Shades of Fuchsia #C054A7

Tints of Fuchsia #C054A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.7%

R = 43.34%
G = 18.96%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C054A7 (or 0xC054A7) is known color: Fuchsia. HEX triplet: C0, 54 and A7. RGB value is (192,84,167). Sum of RGB (Red+Green+Blue) = 192+84+167=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C054A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C054A7 is #3FAB58. Grayscale: #7D7D7D. Windows color (decimal): -4172633 or 10966208. OLE color: 10966208.

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

Color convert

RGB 192 84 167 -
CMYK 0 0.56 0.13 0.25
HSL 313.89º 0.46% 0.54% -
HSV(B) 313.89º 0.56% 0.75% -
XYZ 31.88 20.34 38.8 -
YUV 125.75 151.28 175.25 -
System Red Green Blue C M Y K H S L
Decimal 192 84 167 0 0.56 0.13 0.25 313.89 0.46 0.54
Hex C0 54 A7 0 38 D 19 13A 2E 36
Octal 300 124 247 0 70 15 31 472 56 66
Binary 11000000 1010100 10100111 0 111000 1101 11001 100111010 101110 110110

Color Harmonies of #C054A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C054A7

Black with #C054A7

Text Example


Text Example

White with #C054A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C054A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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