Html Css Color HEX #C146BC Fuchsia

📋 copy color: '#C146BC'

red 193 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #C146BC

Tints of Fuchsia #C146BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 42.79%
G = 15.52%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#C146BC (or 0xC146BC) is known color: Fuchsia. HEX triplet: C1, 46 and BC. RGB value is (193,70,188). Sum of RGB (Red+Green+Blue) = 193+70+188=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C146BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C146BC is #3EB943. Grayscale: #777777. Windows color (decimal): -4110660 or 12338881. OLE color: 12338881.

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

Color convert

RGB 193 70 188 -
CMYK 0 0.64 0.03 0.24
HSL 302.44º 0.5% 0.52% -
HSV(B) 302.44º 0.64% 0.76% -
XYZ 33.26 19.35 49.56 -
YUV 120.23 166.25 179.91 -
System Red Green Blue C M Y K H S L
Decimal 193 70 188 0 0.64 0.03 0.24 302.44 0.5 0.52
Hex C1 46 BC 0 40 3 18 12E 32 34
Octal 301 106 274 0 100 3 30 456 62 64
Binary 11000001 1000110 10111100 0 1000000 11 11000 100101110 110010 110100

Color Harmonies of #C146BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C146BC

Black with #C146BC

Text Example


Text Example

White with #C146BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C146BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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