Html Css Color HEX #C04EA7 Fuchsia

📋 copy color: '#C04EA7'

red 192 ◦ green 78 ◦ blue 167

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

Shades of Fuchsia #C04EA7

Tints of Fuchsia #C04EA7

RGB

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

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

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

R = 43.94%
G = 17.85%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C04EA7 (or 0xC04EA7) is known color: Fuchsia. HEX triplet: C0, 4E and A7. RGB value is (192,78,167). Sum of RGB (Red+Green+Blue) = 192+78+167=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C04EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04EA7 is #3FB158. Grayscale: #797979. Windows color (decimal): -4174169 or 10964672. OLE color: 10964672.

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

Color convert

RGB 192 78 167 -
CMYK 0 0.59 0.13 0.25
HSL 313.16º 0.48% 0.53% -
HSV(B) 313.16º 0.59% 0.75% -
XYZ 31.44 19.45 38.66 -
YUV 122.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 192 78 167 0 0.59 0.13 0.25 313.16 0.48 0.53
Hex C0 4E A7 0 3B D 19 139 30 35
Octal 300 116 247 0 73 15 31 471 60 65
Binary 11000000 1001110 10100111 0 111011 1101 11001 100111001 110000 110101

Color Harmonies of #C04EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EA7

Black with #C04EA7

Text Example


Text Example

White with #C04EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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