Html Css Color HEX #C831BE Fuchsia

📋 copy color: '#C831BE'

red 200 ◦ green 49 ◦ blue 190

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

Shades of Fuchsia #C831BE

Tints of Fuchsia #C831BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 45.56%
G = 11.16%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C831BE (or 0xC831BE) is known color: Fuchsia. HEX triplet: C8, 31 and BE. RGB value is (200,49,190). Sum of RGB (Red+Green+Blue) = 200+49+190=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C831BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831BE is #37CE41. Grayscale: #6D6D6D. Windows color (decimal): -3657282 or 12464584. OLE color: 12464584.

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

Color convert

RGB 200 49 190 -
CMYK 0 0.76 0.05 0.22
HSL 303.97º 0.61% 0.49% -
HSV(B) 303.97º 0.76% 0.78% -
XYZ 34.21 18.19 50.42 -
YUV 110.22 173.03 192.04 -
System Red Green Blue C M Y K H S L
Decimal 200 49 190 0 0.76 0.05 0.22 303.97 0.61 0.49
Hex C8 31 BE 0 4C 5 16 130 3D 31
Octal 310 61 276 0 114 5 26 460 75 61
Binary 11001000 110001 10111110 0 1001100 101 10110 100110000 111101 110001

Color Harmonies of #C831BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831BE

Black with #C831BE

Text Example


Text Example

White with #C831BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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