Html Css Color HEX #C141BA Fuchsia

📋 copy color: '#C141BA'

red 193 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #C141BA

Tints of Fuchsia #C141BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.64%

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

R = 43.47%
G = 14.64%
B = 41.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C141BA (or 0xC141BA) is known color: Fuchsia. HEX triplet: C1, 41 and BA. RGB value is (193,65,186). Sum of RGB (Red+Green+Blue) = 193+65+186=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 65 (25.78% from 255 or 14.64% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C141BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141BA is #3EBE45. Grayscale: #747474. Windows color (decimal): -4111942 or 12206529. OLE color: 12206529.

HSL color Cylindrical-coordinate representation of color #C141BA: hue angle of 303.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C141BA is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 186 -
CMYK 0 0.66 0.04 0.24
HSL 303.28º 0.51% 0.51% -
HSV(B) 303.28º 0.66% 0.76% -
XYZ 32.75 18.66 48.33 -
YUV 117.07 166.91 182.16 -
System Red Green Blue C M Y K H S L
Decimal 193 65 186 0 0.66 0.04 0.24 303.28 0.51 0.51
Hex C1 41 BA 0 42 4 18 12F 33 33
Octal 301 101 272 0 102 4 30 457 63 63
Binary 11000001 1000001 10111010 0 1000010 100 11000 100101111 110011 110011

Color Harmonies of #C141BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141BA

Black with #C141BA

Text Example


Text Example

White with #C141BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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