Html Css Color HEX #C731AD Fuchsia

📋 copy color: '#C731AD'

red 199 ◦ green 49 ◦ blue 173

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

Shades of Fuchsia #C731AD

Tints of Fuchsia #C731AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 47.27%
G = 11.64%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C731AD (or 0xC731AD) is known color: Fuchsia. HEX triplet: C7, 31 and AD. RGB value is (199,49,173). Sum of RGB (Red+Green+Blue) = 199+49+173=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C731AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C731AD is #38CE52. Grayscale: #6B6B6B. Windows color (decimal): -3722835 or 11350471. OLE color: 11350471.

HSL color Cylindrical-coordinate representation of color #C731AD: hue angle of 310.4º 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 #C731AD is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 173 -
CMYK 0 0.75 0.13 0.22
HSL 310.4º 0.6% 0.49% -
HSV(B) 310.4º 0.75% 0.78% -
XYZ 32.19 17.36 41.19 -
YUV 107.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 199 49 173 0 0.75 0.13 0.22 310.4 0.6 0.49
Hex C7 31 AD 0 4B D 16 136 3C 31
Octal 307 61 255 0 113 15 26 466 74 61
Binary 11000111 110001 10101101 0 1001011 1101 10110 100110110 111100 110001

Color Harmonies of #C731AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731AD

Black with #C731AD

Text Example


Text Example

White with #C731AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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