Html Css Color HEX #C131BC Fuchsia

📋 copy color: '#C131BC'

red 193 ◦ green 49 ◦ blue 188

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

Shades of Fuchsia #C131BC

Tints of Fuchsia #C131BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 44.88%
G = 11.4%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C131BC (or 0xC131BC) is known color: Fuchsia. HEX triplet: C1, 31 and BC. RGB value is (193,49,188). Sum of RGB (Red+Green+Blue) = 193+49+188=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C131BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C131BC is #3ECE43. Grayscale: #6B6B6B. Windows color (decimal): -4116036 or 12333505. OLE color: 12333505.

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

Color convert

RGB 193 49 188 -
CMYK 0 0.75 0.03 0.24
HSL 302.08º 0.6% 0.47% -
HSV(B) 302.08º 0.75% 0.76% -
XYZ 32.17 17.16 49.19 -
YUV 107.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 193 49 188 0 0.75 0.03 0.24 302.08 0.6 0.47
Hex C1 31 BC 0 4B 3 18 12E 3C 2F
Octal 301 61 274 0 113 3 30 456 74 57
Binary 11000001 110001 10111100 0 1001011 11 11000 100101110 111100 101111

Color Harmonies of #C131BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131BC

Black with #C131BC

Text Example


Text Example

White with #C131BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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