Html Css Color HEX #C143A7 Fuchsia

📋 copy color: '#C143A7'

red 193 ◦ green 67 ◦ blue 167

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

Shades of Fuchsia #C143A7

Tints of Fuchsia #C143A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 39.11%

R = 45.2%
G = 15.69%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C143A7 (or 0xC143A7) is known color: Fuchsia. HEX triplet: C1, 43 and A7. RGB value is (193,67,167). Sum of RGB (Red+Green+Blue) = 193+67+167=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C143A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C143A7 is #3EBC58. Grayscale: #737373. Windows color (decimal): -4111449 or 10961857. OLE color: 10961857.

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

Color convert

RGB 193 67 167 -
CMYK 0 0.65 0.13 0.24
HSL 312.38º 0.5% 0.51% -
HSV(B) 312.38º 0.65% 0.76% -
XYZ 30.97 18.14 38.43 -
YUV 116.07 156.74 182.87 -
System Red Green Blue C M Y K H S L
Decimal 193 67 167 0 0.65 0.13 0.24 312.38 0.5 0.51
Hex C1 43 A7 0 41 D 18 138 32 33
Octal 301 103 247 0 101 15 30 470 62 63
Binary 11000001 1000011 10100111 0 1000001 1101 11000 100111000 110010 110011

Color Harmonies of #C143A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C143A7

Black with #C143A7

Text Example


Text Example

White with #C143A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C143A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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