Html Css Color HEX #C831C2 Fuchsia

📋 copy color: '#C831C2'

red 200 ◦ green 49 ◦ blue 194

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

Shades of Fuchsia #C831C2

Tints of Fuchsia #C831C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.79%

R = 45.15%
G = 11.06%
B = 43.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C831C2 (or 0xC831C2) is known color: Fuchsia. HEX triplet: C8, 31 and C2. RGB value is (200,49,194). Sum of RGB (Red+Green+Blue) = 200+49+194=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C831C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831C2 is #37CE3D. Grayscale: #6E6E6E. Windows color (decimal): -3657278 or 12726728. OLE color: 12726728.

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

Color convert

RGB 200 49 194 -
CMYK 0 0.76 0.03 0.22
HSL 302.38º 0.61% 0.49% -
HSV(B) 302.38º 0.76% 0.78% -
XYZ 34.66 18.37 52.76 -
YUV 110.68 175.03 191.71 -
System Red Green Blue C M Y K H S L
Decimal 200 49 194 0 0.76 0.03 0.22 302.38 0.61 0.49
Hex C8 31 C2 0 4C 3 16 12E 3D 31
Octal 310 61 302 0 114 3 26 456 75 61
Binary 11001000 110001 11000010 0 1001100 11 10110 100101110 111101 110001

Color Harmonies of #C831C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C831C2

Black with #C831C2

Text Example


Text Example

White with #C831C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C831C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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