Html Css Color HEX #C131B5 Fuchsia

📋 copy color: '#C131B5'

red 193 ◦ green 49 ◦ blue 181

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

Shades of Fuchsia #C131B5

Tints of Fuchsia #C131B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.79%

R = 45.63%
G = 11.58%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C131B5 (or 0xC131B5) is known color: Fuchsia. HEX triplet: C1, 31 and B5. RGB value is (193,49,181). Sum of RGB (Red+Green+Blue) = 193+49+181=423 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.63% from 423); Green value is 49 (19.53% from 255 or 11.58% from 423); Blue value is 181 (71.09% from 255 or 42.79% from 423); Max value from RGB is 193 - color contains mainly: red. Hex color #C131B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131B5 is #3ECE4A. Grayscale: #6A6A6A. Windows color (decimal): -4116043 or 11874753. OLE color: 11874753.

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

Color convert

RGB 193 49 181 -
CMYK 0 0.75 0.06 0.24
HSL 305º 0.6% 0.47% -
HSV(B) 305º 0.75% 0.76% -
XYZ 31.43 16.87 45.32 -
YUV 107.1 169.71 189.27 -
System Red Green Blue C M Y K H S L
Decimal 193 49 181 0 0.75 0.06 0.24 305 0.6 0.47
Hex C1 31 B5 0 4B 6 18 131 3C 2F
Octal 301 61 265 0 113 6 30 461 74 57
Binary 11000001 110001 10110101 0 1001011 110 11000 100110001 111100 101111

Color Harmonies of #C131B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131B5

Black with #C131B5

Text Example


Text Example

White with #C131B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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