Html Css Color HEX #C04CAC Fuchsia

📋 copy color: '#C04CAC'

red 192 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #C04CAC

Tints of Fuchsia #C04CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.27%

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

R = 43.64%
G = 17.27%
B = 39.09%

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

#C04CAC (or 0xC04CAC) is known color: Fuchsia. HEX triplet: C0, 4C and AC. RGB value is (192,76,172). Sum of RGB (Red+Green+Blue) = 192+76+172=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAC is #3FB353. Grayscale: #797979. Windows color (decimal): -4174676 or 11291840. OLE color: 11291840.

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

Color convert

RGB 192 76 172 -
CMYK 0 0.60 0.10 0.25
HSL 310.34º 0.48% 0.53% -
HSV(B) 310.34º 0.6% 0.75% -
XYZ 31.77 19.35 41.09 -
YUV 121.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 192 76 172 0 0.60 0.10 0.25 310.34 0.48 0.53
Hex C0 4C AC 0 3C A 19 136 30 35
Octal 300 114 254 0 74 12 31 466 60 65
Binary 11000000 1001100 10101100 0 111100 1010 11001 100110110 110000 110101

Color Harmonies of #C04CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04CAC

Black with #C04CAC

Text Example


Text Example

White with #C04CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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