Html Css Color HEX #C831BB Fuchsia

📋 copy color: '#C831BB'

red 200 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #C831BB

Tints of Fuchsia #C831BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.89%

R = 45.87%
G = 11.24%
B = 42.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C831BB (or 0xC831BB) is known color: Fuchsia. HEX triplet: C8, 31 and BB. RGB value is (200,49,187). Sum of RGB (Red+Green+Blue) = 200+49+187=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 187 (73.44% from 255 or 42.89% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C831BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831BB is #37CE44. Grayscale: #6D6D6D. Windows color (decimal): -3657285 or 12267976. OLE color: 12267976.

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

Color convert

RGB 200 49 187 -
CMYK 0 0.76 0.06 0.22
HSL 305.17º 0.61% 0.49% -
HSV(B) 305.17º 0.76% 0.78% -
XYZ 33.89 18.06 48.71 -
YUV 109.88 171.53 192.28 -
System Red Green Blue C M Y K H S L
Decimal 200 49 187 0 0.76 0.06 0.22 305.17 0.61 0.49
Hex C8 31 BB 0 4C 6 16 131 3D 31
Octal 310 61 273 0 114 6 26 461 75 61
Binary 11001000 110001 10111011 0 1001100 110 10110 100110001 111101 110001

Color Harmonies of #C831BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831BB

Black with #C831BB

Text Example


Text Example

White with #C831BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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