Html Css Color HEX #C131BA Fuchsia

📋 copy color: '#C131BA'

red 193 ◦ green 49 ◦ blue 186

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

Shades of Fuchsia #C131BA

Tints of Fuchsia #C131BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.46%

R = 45.09%
G = 11.45%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C131BA (or 0xC131BA) is known color: Fuchsia. HEX triplet: C1, 31 and BA. RGB value is (193,49,186). Sum of RGB (Red+Green+Blue) = 193+49+186=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C131BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131BA is #3ECE45. Grayscale: #6B6B6B. Windows color (decimal): -4116038 or 12202433. OLE color: 12202433.

HSL color Cylindrical-coordinate representation of color #C131BA: hue angle of 302.92º 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 #C131BA is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 186 -
CMYK 0 0.75 0.04 0.24
HSL 302.92º 0.6% 0.47% -
HSV(B) 302.92º 0.75% 0.76% -
XYZ 31.95 17.08 48.07 -
YUV 107.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 193 49 186 0 0.75 0.04 0.24 302.92 0.6 0.47
Hex C1 31 BA 0 4B 4 18 12F 3C 2F
Octal 301 61 272 0 113 4 30 457 74 57
Binary 11000001 110001 10111010 0 1001011 100 11000 100101111 111100 101111

Color Harmonies of #C131BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131BA

Black with #C131BA

Text Example


Text Example

White with #C131BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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