Html Css Color HEX #C731AC Fuchsia

📋 copy color: '#C731AC'

red 199 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #C731AC

Tints of Fuchsia #C731AC

RGB

 RED value IS 199 (78.13% from 255) = 47.38%

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

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

R = 47.38%
G = 11.67%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C731AC (or 0xC731AC) is known color: Fuchsia. HEX triplet: C7, 31 and AC. RGB value is (199,49,172). Sum of RGB (Red+Green+Blue) = 199+49+172=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C731AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C731AC is #38CE53. Grayscale: #6B6B6B. Windows color (decimal): -3722836 or 11284935. OLE color: 11284935.

HSL color Cylindrical-coordinate representation of color #C731AC: hue angle of 310.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C731AC is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 172 -
CMYK 0 0.75 0.14 0.22
HSL 310.8º 0.6% 0.49% -
HSV(B) 310.8º 0.75% 0.78% -
XYZ 32.1 17.32 40.68 -
YUV 107.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 199 49 172 0 0.75 0.14 0.22 310.8 0.6 0.49
Hex C7 31 AC 0 4B E 16 137 3C 31
Octal 307 61 254 0 113 16 26 467 74 61
Binary 11000111 110001 10101100 0 1001011 1110 10110 100110111 111100 110001

Color Harmonies of #C731AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731AC

Black with #C731AC

Text Example


Text Example

White with #C731AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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