Html Css Color HEX #C04EA9 Fuchsia

📋 copy color: '#C04EA9'

red 192 ◦ green 78 ◦ blue 169

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

Shades of Fuchsia #C04EA9

Tints of Fuchsia #C04EA9

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.77%

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

R = 43.74%
G = 17.77%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C04EA9 (or 0xC04EA9) is known color: Fuchsia. HEX triplet: C0, 4E and A9. RGB value is (192,78,169). Sum of RGB (Red+Green+Blue) = 192+78+169=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EA9 is #3FB156. Grayscale: #7A7A7A. Windows color (decimal): -4174167 or 11095744. OLE color: 11095744.

HSL color Cylindrical-coordinate representation of color #C04EA9: hue angle of 312.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04EA9 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 78 169 -
CMYK 0 0.59 0.12 0.25
HSL 312.11º 0.48% 0.53% -
HSV(B) 312.11º 0.59% 0.75% -
XYZ 31.62 19.52 39.64 -
YUV 122.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 192 78 169 0 0.59 0.12 0.25 312.11 0.48 0.53
Hex C0 4E A9 0 3B C 19 138 30 35
Octal 300 116 251 0 73 14 31 470 60 65
Binary 11000000 1001110 10101001 0 111011 1100 11001 100111000 110000 110101

Color Harmonies of #C04EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EA9

Black with #C04EA9

Text Example


Text Example

White with #C04EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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