Html Css Color HEX #C831B3 Fuchsia

📋 copy color: '#C831B3'

red 200 ◦ green 49 ◦ blue 179

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

Shades of Fuchsia #C831B3

Tints of Fuchsia #C831B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 41.82%

R = 46.73%
G = 11.45%
B = 41.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C831B3 (or 0xC831B3) is known color: Fuchsia. HEX triplet: C8, 31 and B3. RGB value is (200,49,179). Sum of RGB (Red+Green+Blue) = 200+49+179=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 179 (70.31% from 255 or 41.82% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C831B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831B3 is #37CE4C. Grayscale: #6C6C6C. Windows color (decimal): -3657293 or 11743688. OLE color: 11743688.

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

Color convert

RGB 200 49 179 -
CMYK 0 0.76 0.10 0.22
HSL 308.34º 0.61% 0.49% -
HSV(B) 308.34º 0.76% 0.78% -
XYZ 33.05 17.73 44.33 -
YUV 108.97 167.53 192.93 -
System Red Green Blue C M Y K H S L
Decimal 200 49 179 0 0.76 0.10 0.22 308.34 0.61 0.49
Hex C8 31 B3 0 4C A 16 134 3D 31
Octal 310 61 263 0 114 12 26 464 75 61
Binary 11001000 110001 10110011 0 1001100 1010 10110 100110100 111101 110001

Color Harmonies of #C831B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831B3

Black with #C831B3

Text Example


Text Example

White with #C831B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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