Html Css Color HEX #C831AC Fuchsia

📋 copy color: '#C831AC'

red 200 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #C831AC

Tints of Fuchsia #C831AC

RGB

 RED value IS 200 (78.52% from 255) = 47.51%

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

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

R = 47.51%
G = 11.64%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C831AC (or 0xC831AC) is known color: Fuchsia. HEX triplet: C8, 31 and AC. RGB value is (200,49,172). Sum of RGB (Red+Green+Blue) = 200+49+172=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C831AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C831AC is #37CE53. Grayscale: #6B6B6B. Windows color (decimal): -3657300 or 11284936. OLE color: 11284936.

HSL color Cylindrical-coordinate representation of color #C831AC: hue angle of 311.13º degrees, saturation: 0.61, 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 #C831AC is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 172 -
CMYK 0 0.76 0.14 0.22
HSL 311.13º 0.61% 0.49% -
HSV(B) 311.13º 0.76% 0.78% -
XYZ 32.36 17.45 40.69 -
YUV 108.17 164.03 193.5 -
System Red Green Blue C M Y K H S L
Decimal 200 49 172 0 0.76 0.14 0.22 311.13 0.61 0.49
Hex C8 31 AC 0 4C E 16 137 3D 31
Octal 310 61 254 0 114 16 26 467 75 61
Binary 11001000 110001 10101100 0 1001100 1110 10110 100110111 111101 110001

Color Harmonies of #C831AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831AC

Black with #C831AC

Text Example


Text Example

White with #C831AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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