Html Css Color HEX #C04EAA Fuchsia

📋 copy color: '#C04EAA'

red 192 ◦ green 78 ◦ blue 170

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

Shades of Fuchsia #C04EAA

Tints of Fuchsia #C04EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 43.64%
G = 17.73%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C04EAA (or 0xC04EAA) is known color: Fuchsia. HEX triplet: C0, 4E and AA. RGB value is (192,78,170). Sum of RGB (Red+Green+Blue) = 192+78+170=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EAA is #3FB155. Grayscale: #7A7A7A. Windows color (decimal): -4174166 or 11161280. OLE color: 11161280.

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

Color convert

RGB 192 78 170 -
CMYK 0 0.59 0.11 0.25
HSL 311.58º 0.48% 0.53% -
HSV(B) 311.58º 0.59% 0.75% -
XYZ 31.72 19.56 40.13 -
YUV 122.57 154.77 177.52 -
System Red Green Blue C M Y K H S L
Decimal 192 78 170 0 0.59 0.11 0.25 311.58 0.48 0.53
Hex C0 4E AA 0 3B B 19 138 30 35
Octal 300 116 252 0 73 13 31 470 60 65
Binary 11000000 1001110 10101010 0 111011 1011 11001 100111000 110000 110101

Color Harmonies of #C04EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EAA

Black with #C04EAA

Text Example


Text Example

White with #C04EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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