Html Css Color HEX #C831BC Fuchsia

📋 copy color: '#C831BC'

red 200 ◦ green 49 ◦ blue 188

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

Shades of Fuchsia #C831BC

Tints of Fuchsia #C831BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.02%

R = 45.77%
G = 11.21%
B = 43.02%

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

#C831BC (or 0xC831BC) is known color: Fuchsia. HEX triplet: C8, 31 and BC. RGB value is (200,49,188). Sum of RGB (Red+Green+Blue) = 200+49+188=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C831BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831BC is #37CE43. Grayscale: #6D6D6D. Windows color (decimal): -3657284 or 12333512. OLE color: 12333512.

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

Color convert

RGB 200 49 188 -
CMYK 0 0.76 0.06 0.22
HSL 304.77º 0.61% 0.49% -
HSV(B) 304.77º 0.76% 0.78% -
XYZ 33.99 18.11 49.28 -
YUV 110 172.03 192.2 -
System Red Green Blue C M Y K H S L
Decimal 200 49 188 0 0.76 0.06 0.22 304.77 0.61 0.49
Hex C8 31 BC 0 4C 6 16 131 3D 31
Octal 310 61 274 0 114 6 26 461 75 61
Binary 11001000 110001 10111100 0 1001100 110 10110 100110001 111101 110001

Color Harmonies of #C831BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831BC

Black with #C831BC

Text Example


Text Example

White with #C831BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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