Html Css Color HEX #C143AF Fuchsia

📋 copy color: '#C143AF'

red 193 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #C143AF

Tints of Fuchsia #C143AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 44.37%
G = 15.4%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C143AF (or 0xC143AF) is known color: Fuchsia. HEX triplet: C1, 43 and AF. RGB value is (193,67,175). Sum of RGB (Red+Green+Blue) = 193+67+175=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 67 (26.56% from 255 or 15.40% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C143AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143AF is #3EBC50. Grayscale: #747474. Windows color (decimal): -4111441 or 11486145. OLE color: 11486145.

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

Color convert

RGB 193 67 175 -
CMYK 0 0.65 0.09 0.24
HSL 308.57º 0.5% 0.51% -
HSV(B) 308.57º 0.65% 0.76% -
XYZ 31.74 18.45 42.45 -
YUV 116.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 193 67 175 0 0.65 0.09 0.24 308.57 0.5 0.51
Hex C1 43 AF 0 41 9 18 135 32 33
Octal 301 103 257 0 101 11 30 465 62 63
Binary 11000001 1000011 10101111 0 1000001 1001 11000 100110101 110010 110011

Color Harmonies of #C143AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143AF

Black with #C143AF

Text Example


Text Example

White with #C143AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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