Html Css Color HEX #C031B1 Fuchsia

📋 copy color: '#C031B1'

red 192 ◦ green 49 ◦ blue 177

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

Shades of Fuchsia #C031B1

Tints of Fuchsia #C031B1

RGB

 RED value IS 192 (75.39% from 255) = 45.93%

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

 BLUE value IS 177 (69.53% from 255) = 42.34%

R = 45.93%
G = 11.72%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C031B1 (or 0xC031B1) is known color: Fuchsia. HEX triplet: C0, 31 and B1. RGB value is (192,49,177). Sum of RGB (Red+Green+Blue) = 192+49+177=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 177 (69.53% from 255 or 42.34% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C031B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C031B1 is #3FCE4E. Grayscale: #696969. Windows color (decimal): -4181583 or 11612608. OLE color: 11612608.

HSL color Cylindrical-coordinate representation of color #C031B1: hue angle of 306.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031B1 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 177 -
CMYK 0 0.74 0.08 0.25
HSL 306.29º 0.59% 0.47% -
HSV(B) 306.29º 0.74% 0.75% -
XYZ 30.77 16.58 43.17 -
YUV 106.35 167.88 189.09 -
System Red Green Blue C M Y K H S L
Decimal 192 49 177 0 0.74 0.08 0.25 306.29 0.59 0.47
Hex C0 31 B1 0 4A 8 19 132 3B 2F
Octal 300 61 261 0 112 10 31 462 73 57
Binary 11000000 110001 10110001 0 1001010 1000 11001 100110010 111011 101111

Color Harmonies of #C031B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031B1

Black with #C031B1

Text Example


Text Example

White with #C031B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031B1; }

 p { color: rgb(192,49,177); }

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

background-color css

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

 a { background-color: rgb(192,49,177); }

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

border-color css

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

 span { border-color: rgb(192,49,177); }

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