Html Css Color HEX #C141BB Fuchsia

📋 copy color: '#C141BB'

red 193 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #C141BB

Tints of Fuchsia #C141BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 43.37%
G = 14.61%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C141BB (or 0xC141BB) is known color: Fuchsia. HEX triplet: C1, 41 and BB. RGB value is (193,65,187). Sum of RGB (Red+Green+Blue) = 193+65+187=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C141BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C141BB is #3EBE44. Grayscale: #747474. Windows color (decimal): -4111941 or 12272065. OLE color: 12272065.

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

Color convert

RGB 193 65 187 -
CMYK 0 0.66 0.03 0.24
HSL 302.81º 0.51% 0.51% -
HSV(B) 302.81º 0.66% 0.76% -
XYZ 32.85 18.71 48.89 -
YUV 117.18 167.41 182.08 -
System Red Green Blue C M Y K H S L
Decimal 193 65 187 0 0.66 0.03 0.24 302.81 0.51 0.51
Hex C1 41 BB 0 42 3 18 12F 33 33
Octal 301 101 273 0 102 3 30 457 63 63
Binary 11000001 1000001 10111011 0 1000010 11 11000 100101111 110011 110011

Color Harmonies of #C141BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C141BB

Black with #C141BB

Text Example


Text Example

White with #C141BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C141BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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