Html Css Color HEX #C131C7 Fuchsia

📋 copy color: '#C131C7'

red 193 ◦ green 49 ◦ blue 199

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

Shades of Fuchsia #C131C7

Tints of Fuchsia #C131C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.12%

R = 43.76%
G = 11.11%
B = 45.12%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C131C7 (or 0xC131C7) is known color: Fuchsia. HEX triplet: C1, 31 and C7. RGB value is (193,49,199). Sum of RGB (Red+Green+Blue) = 193+49+199=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 199 (78.12% from 255 or 45.12% from 441); Max value from RGB is 199 - color contains mainly: blue. Hex color #C131C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131C7 is #3ECE38. Grayscale: #6C6C6C. Windows color (decimal): -4116025 or 13054401. OLE color: 13054401.

HSL color Cylindrical-coordinate representation of color #C131C7: hue angle of 297.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C131C7 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 49 199 -
CMYK 0.03 0.75 0 0.22
HSL 297.6º 0.6% 0.49% -
HSV(B) 297.6º 0.75% 0.78% -
XYZ 33.4 17.66 55.68 -
YUV 109.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 193 49 199 0.03 0.75 0 0.22 297.6 0.6 0.49
Hex C1 31 C7 3 4B 0 16 12A 3C 31
Octal 301 61 307 3 113 0 26 452 74 61
Binary 11000001 110001 11000111 11 1001011 0 10110 100101010 111100 110001

Color Harmonies of #C131C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131C7

Black with #C131C7

Text Example


Text Example

White with #C131C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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