Html Css Color HEX #C731BA Fuchsia

📋 copy color: '#C731BA'

red 199 ◦ green 49 ◦ blue 186

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

Shades of Fuchsia #C731BA

Tints of Fuchsia #C731BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 45.85%
G = 11.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C731BA (or 0xC731BA) is known color: Fuchsia. HEX triplet: C7, 31 and BA. RGB value is (199,49,186). Sum of RGB (Red+Green+Blue) = 199+49+186=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 49 (19.53% from 255 or 11.29% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C731BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731BA is #38CE45. Grayscale: #6D6D6D. Windows color (decimal): -3722822 or 12202439. OLE color: 12202439.

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

Color convert

RGB 199 49 186 -
CMYK 0 0.75 0.07 0.22
HSL 305.2º 0.6% 0.49% -
HSV(B) 305.2º 0.75% 0.78% -
XYZ 33.51 17.88 48.14 -
YUV 109.47 171.2 191.86 -
System Red Green Blue C M Y K H S L
Decimal 199 49 186 0 0.75 0.07 0.22 305.2 0.6 0.49
Hex C7 31 BA 0 4B 7 16 131 3C 31
Octal 307 61 272 0 113 7 26 461 74 61
Binary 11000111 110001 10111010 0 1001011 111 10110 100110001 111100 110001

Color Harmonies of #C731BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731BA

Black with #C731BA

Text Example


Text Example

White with #C731BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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