Html Css Color HEX #C831C4 Fuchsia

📋 copy color: '#C831C4'

red 200 ◦ green 49 ◦ blue 196

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

Shades of Fuchsia #C831C4

Tints of Fuchsia #C831C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.04%

R = 44.94%
G = 11.01%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C831C4 (or 0xC831C4) is known color: Fuchsia. HEX triplet: C8, 31 and C4. RGB value is (200,49,196). Sum of RGB (Red+Green+Blue) = 200+49+196=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C831C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831C4 is #37CE3B. Grayscale: #6E6E6E. Windows color (decimal): -3657276 or 12857800. OLE color: 12857800.

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

Color convert

RGB 200 49 196 -
CMYK 0 0.76 0.02 0.22
HSL 301.59º 0.61% 0.49% -
HSV(B) 301.59º 0.76% 0.78% -
XYZ 34.88 18.46 53.95 -
YUV 110.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 200 49 196 0 0.76 0.02 0.22 301.59 0.61 0.49
Hex C8 31 C4 0 4C 2 16 12E 3D 31
Octal 310 61 304 0 114 2 26 456 75 61
Binary 11001000 110001 11000100 0 1001100 10 10110 100101110 111101 110001

Color Harmonies of #C831C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831C4

Black with #C831C4

Text Example


Text Example

White with #C831C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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