Html Css Color HEX #C143BB Fuchsia

📋 copy color: '#C143BB'

red 193 ◦ green 67 ◦ blue 187

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

Shades of Fuchsia #C143BB

Tints of Fuchsia #C143BB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.99%

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

R = 43.18%
G = 14.99%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C143BB (or 0xC143BB) is known color: Fuchsia. HEX triplet: C1, 43 and BB. RGB value is (193,67,187). Sum of RGB (Red+Green+Blue) = 193+67+187=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C143BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143BB is #3EBC44. Grayscale: #767676. Windows color (decimal): -4111429 or 12272577. OLE color: 12272577.

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

Color convert

RGB 193 67 187 -
CMYK 0 0.65 0.03 0.24
HSL 302.86º 0.5% 0.51% -
HSV(B) 302.86º 0.65% 0.76% -
XYZ 32.97 18.94 48.93 -
YUV 118.35 166.74 181.24 -
System Red Green Blue C M Y K H S L
Decimal 193 67 187 0 0.65 0.03 0.24 302.86 0.5 0.51
Hex C1 43 BB 0 41 3 18 12F 32 33
Octal 301 103 273 0 101 3 30 457 62 63
Binary 11000001 1000011 10111011 0 1000001 11 11000 100101111 110010 110011

Color Harmonies of #C143BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143BB

Black with #C143BB

Text Example


Text Example

White with #C143BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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