Html Css Color HEX #C043AC Fuchsia

📋 copy color: '#C043AC'

red 192 ◦ green 67 ◦ blue 172

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

Shades of Fuchsia #C043AC

Tints of Fuchsia #C043AC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.55%

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

R = 44.55%
G = 15.55%
B = 39.91%

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

#C043AC (or 0xC043AC) is known color: Fuchsia. HEX triplet: C0, 43 and AC. RGB value is (192,67,172). Sum of RGB (Red+Green+Blue) = 192+67+172=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C043AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C043AC is #3FBC53. Grayscale: #747474. Windows color (decimal): -4176980 or 11289536. OLE color: 11289536.

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

Color convert

RGB 192 67 172 -
CMYK 0 0.65 0.10 0.25
HSL 309.6º 0.5% 0.51% -
HSV(B) 309.6º 0.65% 0.75% -
XYZ 31.19 18.2 40.9 -
YUV 116.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 192 67 172 0 0.65 0.10 0.25 309.6 0.5 0.51
Hex C0 43 AC 0 41 A 19 136 32 33
Octal 300 103 254 0 101 12 31 466 62 63
Binary 11000000 1000011 10101100 0 1000001 1010 11001 100110110 110010 110011

Color Harmonies of #C043AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C043AC

Black with #C043AC

Text Example


Text Example

White with #C043AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C043AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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