Html Css Color HEX #C131BF Fuchsia

📋 copy color: '#C131BF'

red 193 ◦ green 49 ◦ blue 191

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

Shades of Fuchsia #C131BF

Tints of Fuchsia #C131BF

RGB

 RED value IS 193 (75.78% from 255) = 44.57%

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

 BLUE value IS 191 (75% from 255) = 44.11%

R = 44.57%
G = 11.32%
B = 44.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.24

RGB Variations

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

Color information

#C131BF (or 0xC131BF) is known color: Fuchsia. HEX triplet: C1, 31 and BF. RGB value is (193,49,191). Sum of RGB (Red+Green+Blue) = 193+49+191=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C131BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131BF is #3ECE40. Grayscale: #6B6B6B. Windows color (decimal): -4116033 or 12530113. OLE color: 12530113.

HSL color Cylindrical-coordinate representation of color #C131BF: hue angle of 300.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C131BF is Cyan = 0, Magento = 0.75, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 191 -
CMYK 0 0.75 0.01 0.24
HSL 300.83º 0.6% 0.47% -
HSV(B) 300.83º 0.75% 0.76% -
XYZ 32.49 17.3 50.92 -
YUV 108.24 174.71 188.45 -
System Red Green Blue C M Y K H S L
Decimal 193 49 191 0 0.75 0.01 0.24 300.83 0.6 0.47
Hex C1 31 BF 0 4B 1 18 12D 3C 2F
Octal 301 61 277 0 113 1 30 455 74 57
Binary 11000001 110001 10111111 0 1001011 1 11000 100101101 111100 101111

Color Harmonies of #C131BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131BF

Black with #C131BF

Text Example


Text Example

White with #C131BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131BF; }

 p { color: rgb(193,49,191); }

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

background-color css

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

 a { background-color: rgb(193,49,191); }

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

border-color css

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

 span { border-color: rgb(193,49,191); }

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