Html Css Color HEX #C143B3 Fuchsia

📋 copy color: '#C143B3'

red 193 ◦ green 67 ◦ blue 179

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

Shades of Fuchsia #C143B3

Tints of Fuchsia #C143B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.77%

R = 43.96%
G = 15.26%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C143B3 (or 0xC143B3) is known color: Fuchsia. HEX triplet: C1, 43 and B3. RGB value is (193,67,179). Sum of RGB (Red+Green+Blue) = 193+67+179=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 179 (70.31% from 255 or 40.77% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C143B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C143B3 is #3EBC4C. Grayscale: #757575. Windows color (decimal): -4111437 or 11748289. OLE color: 11748289.

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

Color convert

RGB 193 67 179 -
CMYK 0 0.65 0.07 0.24
HSL 306.67º 0.5% 0.51% -
HSV(B) 306.67º 0.65% 0.76% -
XYZ 32.14 18.61 44.55 -
YUV 117.44 162.74 181.89 -
System Red Green Blue C M Y K H S L
Decimal 193 67 179 0 0.65 0.07 0.24 306.67 0.5 0.51
Hex C1 43 B3 0 41 7 18 133 32 33
Octal 301 103 263 0 101 7 30 463 62 63
Binary 11000001 1000011 10110011 0 1000001 111 11000 100110011 110010 110011

Color Harmonies of #C143B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143B3

Black with #C143B3

Text Example


Text Example

White with #C143B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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