Html Css Color HEX #C031AC Fuchsia

📋 copy color: '#C031AC'

red 192 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #C031AC

Tints of Fuchsia #C031AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.86%

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

R = 46.49%
G = 11.86%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C031AC (or 0xC031AC) is known color: Fuchsia. HEX triplet: C0, 31 and AC. RGB value is (192,49,172). Sum of RGB (Red+Green+Blue) = 192+49+172=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C031AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C031AC is #3FCE53. Grayscale: #696969. Windows color (decimal): -4181588 or 11284928. OLE color: 11284928.

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

Color convert

RGB 192 49 172 -
CMYK 0 0.74 0.10 0.25
HSL 308.39º 0.59% 0.47% -
HSV(B) 308.39º 0.74% 0.75% -
XYZ 30.28 16.38 40.6 -
YUV 105.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 192 49 172 0 0.74 0.10 0.25 308.39 0.59 0.47
Hex C0 31 AC 0 4A A 19 134 3B 2F
Octal 300 61 254 0 112 12 31 464 73 57
Binary 11000000 110001 10101100 0 1001010 1010 11001 100110100 111011 101111

Color Harmonies of #C031AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031AC

Black with #C031AC

Text Example


Text Example

White with #C031AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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