Html Css Color HEX #C04DAC Fuchsia

📋 copy color: '#C04DAC'

red 192 ◦ green 77 ◦ blue 172

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

Shades of Fuchsia #C04DAC

Tints of Fuchsia #C04DAC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.46%

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

R = 43.54%
G = 17.46%
B = 39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C04DAC (or 0xC04DAC) is known color: Fuchsia. HEX triplet: C0, 4D and AC. RGB value is (192,77,172). Sum of RGB (Red+Green+Blue) = 192+77+172=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DAC is #3FB253. Grayscale: #797979. Windows color (decimal): -4174420 or 11292096. OLE color: 11292096.

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

Color convert

RGB 192 77 172 -
CMYK 0 0.60 0.10 0.25
HSL 310.43º 0.48% 0.53% -
HSV(B) 310.43º 0.6% 0.75% -
XYZ 31.84 19.49 41.11 -
YUV 122.22 156.1 177.78 -
System Red Green Blue C M Y K H S L
Decimal 192 77 172 0 0.60 0.10 0.25 310.43 0.48 0.53
Hex C0 4D AC 0 3C A 19 136 30 35
Octal 300 115 254 0 74 12 31 466 60 65
Binary 11000000 1001101 10101100 0 111100 1010 11001 100110110 110000 110101

Color Harmonies of #C04DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04DAC

Black with #C04DAC

Text Example


Text Example

White with #C04DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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