Html Css Color HEX #C146AA Fuchsia

📋 copy color: '#C146AA'

red 193 ◦ green 70 ◦ blue 170

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

Shades of Fuchsia #C146AA

Tints of Fuchsia #C146AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 44.57%
G = 16.17%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C146AA (or 0xC146AA) is known color: Fuchsia. HEX triplet: C1, 46 and AA. RGB value is (193,70,170). Sum of RGB (Red+Green+Blue) = 193+70+170=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C146AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C146AA is #3EB955. Grayscale: #757575. Windows color (decimal): -4110678 or 11159233. OLE color: 11159233.

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

Color convert

RGB 193 70 170 -
CMYK 0 0.64 0.12 0.24
HSL 311.22º 0.5% 0.52% -
HSV(B) 311.22º 0.64% 0.76% -
XYZ 31.44 18.62 39.97 -
YUV 118.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 193 70 170 0 0.64 0.12 0.24 311.22 0.5 0.52
Hex C1 46 AA 0 40 C 18 137 32 34
Octal 301 106 252 0 100 14 30 467 62 64
Binary 11000001 1000110 10101010 0 1000000 1100 11000 100110111 110010 110100

Color Harmonies of #C146AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146AA

Black with #C146AA

Text Example


Text Example

White with #C146AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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