Html Css Color HEX #C146AF Fuchsia

📋 copy color: '#C146AF'

red 193 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #C146AF

Tints of Fuchsia #C146AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.98%

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

R = 44.06%
G = 15.98%
B = 39.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C146AF (or 0xC146AF) is known color: Fuchsia. HEX triplet: C1, 46 and AF. RGB value is (193,70,175). Sum of RGB (Red+Green+Blue) = 193+70+175=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C146AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146AF is #3EB950. Grayscale: #767676. Windows color (decimal): -4110673 or 11486913. OLE color: 11486913.

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

Color convert

RGB 193 70 175 -
CMYK 0 0.64 0.09 0.24
HSL 308.78º 0.5% 0.52% -
HSV(B) 308.78º 0.64% 0.76% -
XYZ 31.92 18.81 42.51 -
YUV 118.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 193 70 175 0 0.64 0.09 0.24 308.78 0.5 0.52
Hex C1 46 AF 0 40 9 18 135 32 34
Octal 301 106 257 0 100 11 30 465 62 64
Binary 11000001 1000110 10101111 0 1000000 1001 11000 100110101 110010 110100

Color Harmonies of #C146AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146AF

Black with #C146AF

Text Example


Text Example

White with #C146AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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