Html Css Color HEX #C044AC Fuchsia

📋 copy color: '#C044AC'

red 192 ◦ green 68 ◦ blue 172

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

Shades of Fuchsia #C044AC

Tints of Fuchsia #C044AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.74%

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

R = 44.44%
G = 15.74%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C044AC (or 0xC044AC) is known color: Fuchsia. HEX triplet: C0, 44 and AC. RGB value is (192,68,172). Sum of RGB (Red+Green+Blue) = 192+68+172=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C044AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044AC is #3FBB53. Grayscale: #747474. Windows color (decimal): -4176724 or 11289792. OLE color: 11289792.

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

Color convert

RGB 192 68 172 -
CMYK 0 0.65 0.10 0.25
HSL 309.68º 0.5% 0.51% -
HSV(B) 309.68º 0.65% 0.75% -
XYZ 31.25 18.32 40.92 -
YUV 116.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 192 68 172 0 0.65 0.10 0.25 309.68 0.5 0.51
Hex C0 44 AC 0 41 A 19 136 32 33
Octal 300 104 254 0 101 12 31 466 62 63
Binary 11000000 1000100 10101100 0 1000001 1010 11001 100110110 110010 110011

Color Harmonies of #C044AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C044AC

Black with #C044AC

Text Example


Text Example

White with #C044AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C044AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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