Html Css Color HEX #C131B8 Fuchsia

📋 copy color: '#C131B8'

red 193 ◦ green 49 ◦ blue 184

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

Shades of Fuchsia #C131B8

Tints of Fuchsia #C131B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.19%

R = 45.31%
G = 11.5%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C131B8 (or 0xC131B8) is known color: Fuchsia. HEX triplet: C1, 31 and B8. RGB value is (193,49,184). Sum of RGB (Red+Green+Blue) = 193+49+184=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 184 (72.27% from 255 or 43.19% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C131B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131B8 is #3ECE47. Grayscale: #6B6B6B. Windows color (decimal): -4116040 or 12071361. OLE color: 12071361.

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

Color convert

RGB 193 49 184 -
CMYK 0 0.75 0.05 0.24
HSL 303.75º 0.6% 0.47% -
HSV(B) 303.75º 0.75% 0.76% -
XYZ 31.74 16.99 46.95 -
YUV 107.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 193 49 184 0 0.75 0.05 0.24 303.75 0.6 0.47
Hex C1 31 B8 0 4B 5 18 130 3C 2F
Octal 301 61 270 0 113 5 30 460 74 57
Binary 11000001 110001 10111000 0 1001011 101 11000 100110000 111100 101111

Color Harmonies of #C131B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131B8

Black with #C131B8

Text Example


Text Example

White with #C131B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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