Html Css Color HEX #C04AAC Fuchsia

📋 copy color: '#C04AAC'

red 192 ◦ green 74 ◦ blue 172

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

Shades of Fuchsia #C04AAC

Tints of Fuchsia #C04AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.89%

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 43.84%
G = 16.89%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C04AAC (or 0xC04AAC) is known color: Fuchsia. HEX triplet: C0, 4A and AC. RGB value is (192,74,172). Sum of RGB (Red+Green+Blue) = 192+74+172=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 74 (29.30% from 255 or 16.89% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AAC is #3FB553. Grayscale: #787878. Windows color (decimal): -4175188 or 11291328. OLE color: 11291328.

HSL color Cylindrical-coordinate representation of color #C04AAC: hue angle of 310.17º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04AAC is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 172 -
CMYK 0 0.61 0.10 0.25
HSL 310.17º 0.48% 0.52% -
HSV(B) 310.17º 0.61% 0.75% -
XYZ 31.63 19.08 41.05 -
YUV 120.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 192 74 172 0 0.61 0.10 0.25 310.17 0.48 0.52
Hex C0 4A AC 0 3D A 19 136 30 34
Octal 300 112 254 0 75 12 31 466 60 64
Binary 11000000 1001010 10101100 0 111101 1010 11001 100110110 110000 110100

Color Harmonies of #C04AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04AAC

Black with #C04AAC

Text Example


Text Example

White with #C04AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04AAC; }

 p { color: rgb(192,74,172); }

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

background-color css

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

 a { background-color: rgb(192,74,172); }

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

border-color css

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

 span { border-color: rgb(192,74,172); }

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